Add vercel

This commit is contained in:
2022-09-28 15:43:54 +02:00
parent 077f1b0cd6
commit 5e55d94d90
3 changed files with 29 additions and 28 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.vercel

View File

View File

@@ -9,7 +9,7 @@
"routes": [ "routes": [
{ {
"src": "(.*)", "src": "(.*)",
"dest": "main.py" "dest": "app.py"
} }
] ]
} }