Skip to content

Commit 7af279a

Browse files
authored
Remove bad "/"
1 parent f616e24 commit 7af279a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GetPandaInfo/function.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"methods": [
99
"get"
1010
],
11-
"route": "/api/random/panda"
11+
"route": "api/random/panda"
1212
},
1313
{
1414
"authLevel": null,
@@ -19,4 +19,4 @@
1919
}
2020
],
2121
"scriptFile": "../dist/GetPandaInfo/index.js"
22-
}
22+
}

0 commit comments

Comments
 (0)