0.0.3-debugged

This commit is contained in:
2023-04-18 00:42:25 +03:00
parent a1d9b95a58
commit 023666ddf1
7 changed files with 217 additions and 181 deletions

View File

@@ -1,7 +1,7 @@
{
"version": 2,
"functions": {
"api/index.py": {
"api/webhook.py": {
"memory": 1024,
"maxDuration": 10
}
@@ -9,7 +9,7 @@
"routes": [
{
"src": "/",
"dest": "/api/index.py"
"dest": "/api/webhook.py"
}
]
}