refactored-src

This commit is contained in:
2023-09-06 13:20:50 +03:00
parent bf9f6d0891
commit 6b30c6dc0c
21 changed files with 64 additions and 62 deletions

View File

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