Skip to content

Commit ef38b54

Browse files
Removing erroneous character
1 parent e8f139e commit ef38b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-serverless-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By default, your HTTP trigger function is configured to accept any HTTP method.
3434

3535
| Field | Sample value | Description |
3636
|---|---|---|
37-
| Route template | /hello | Determines what route is used to invoke this function |
37+
| Route template | hello | Determines what route is used to invoke this function |
3838
| Authorization level | Anonymous | Optional: Makes your function accessible without an API key |
3939
| Selected HTTP methods | GET | Allows only selected HTTP methods to be used to invoke this function |
4040

0 commit comments

Comments
 (0)