diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-09-18 17:41:59 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-09-18 17:41:59 -0700 |
| commit | c2239d5e360d8d44a18e76c562d03a01dea05c74 (patch) | |
| tree | 898360217353744ade79750bb1dc6be16070c227 /vercel.json | |
Initial Commit
Diffstat (limited to 'vercel.json')
| -rw-r--r-- | vercel.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..d79b7f1 --- /dev/null +++ b/vercel.json @@ -0,0 +1,14 @@ +{ + "builds":[ + { + "src":"api/app.py", + "use":"@vercel/python" + } + ], + "routes":[ + { + "src":"/(.*)", + "dest":"api/app.py" + } + ] + }
\ No newline at end of file |
