From 011613513222a0f7ea114ec78f143292dd8e90fb Mon Sep 17 00:00:00 2001 From: Faiz Shaikh Date: Mon, 4 Mar 2019 15:41:35 -0800 Subject: [PATCH] update to raw urla nd add missing props --- ServerlessLibraryAPI/wwwroot/items.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ServerlessLibraryAPI/wwwroot/items.json b/ServerlessLibraryAPI/wwwroot/items.json index bc4be2a..d0cc258 100644 --- a/ServerlessLibraryAPI/wwwroot/items.json +++ b/ServerlessLibraryAPI/wwwroot/items.json @@ -600,9 +600,11 @@ }, { "title": "Hello Panda: Introduction to Backend API's in TypeScript", - "template": "https://github.com/mhoeger/functions-typescript-intermediate/blob/master/azure.deploy.json", + "template": "https://raw.githubusercontent.com/mhoeger/functions-typescript-intermediate/master/azure.deploy.json", "repository": "https://github.com/mhoeger/functions-typescript-intermediate", "description": "A function app written in TypeScript that shows how to create backend API functions that use custom routes, npm modules, and globally shared code between functions.", + "language": "javascript", + "authortype": "Community", "runtimeversion": "v2" }, {