diff options
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 |
