Skip to content

Commit

Permalink
fix GetSubscription path param (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppedipinto authored Feb 14, 2023
1 parent d2452a6 commit b676e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GetSubscription/function.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "httpTrigger",
"direction": "in",
"name": "req",
"route": "adm/subscription/{subscriptionId}",
"route": "adm/subscription/{subscriptionid}",
"methods": [
"get"
]
Expand Down

0 comments on commit b676e4e

Please sign in to comment.