This commit is contained in:
2023-04-16 17:58:53 +03:00
commit 86d65f801a
6 changed files with 149 additions and 0 deletions

15
vercel.json Executable file
View File

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