Compare commits

...

1 Commits
1.0.3 ... main

Author SHA1 Message Date
f80673ade2
Deployed to vercel 2023-09-18 15:38:58 +03:00
3 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.venv
__pycache__/
.vscode
.vscode
.vercel

1
api Symbolic link
View File

@ -0,0 +1 @@
app

5
vercel.json Normal file
View File

@ -0,0 +1,5 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/api/main"}
]
}