Skip to content

Commit d11c3b2

Browse files
committed
chore: fix demo func route
1 parent 867fa38 commit d11c3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/func/HelloWorld/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { app } = require('@azure/functions');
22

3-
app.http('httpTrigger1', {
3+
app.http('HelloWorld', {
44
methods: ['GET', 'POST'],
55
handler: async (req, context) => {
66
context.log('JavaScript HTTP trigger function processed a request.');

0 commit comments

Comments
 (0)