refactored-src
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user