Skip to content

Commit 7b8fdcf

Browse files
committed
Narrowing service acceptable HTTP methods.
1 parent d026a09 commit 7b8fdcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

now.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"routes": [
1616
{
1717
"src": "/(.*)",
18+
"methods": ["POST", "OPTIONS"],
1819
"dest": "api/$1"
1920
},
2021
{

0 commit comments

Comments
 (0)