Skip to content

Commit 6dbf0b6

Browse files
committed
Change bindings model to v1
1 parent 3b9dcb9 commit 6dbf0b6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hvalfangst_function/upload_csv/function.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"type": "httpTrigger",
66
"direction": "in",
77
"name": "req",
8-
"route": "upload_csv"
8+
"route": "upload_csv",
9+
"methods": [
10+
"post"
11+
]
912
},
1013
{
1114
"type": "http",

0 commit comments

Comments
 (0)