Deployed to vercel

This commit is contained in:
Dmitriy Shishkov 2023-09-18 15:38:58 +03:00
parent 87e5a16a06
commit f80673ade2
Signed by: dm1sh
GPG Key ID: 027994B0AA357688
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"}
]
}