Florin Bobiș commited on
Commit
9b7056a
1 Parent(s): 6669610
Files changed (2) hide show
  1. api/index.py → index.py +0 -0
  2. vercel.json +0 -12
api/index.py → index.py RENAMED
File without changes
vercel.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "version": 2,
3
- "builds": [
4
- {
5
- "use": "@vercel/python",
6
- "config": {
7
- "maxLambdaSize": "2000mb"
8
- }
9
- }
10
- ],
11
- "rewrites": [{ "source": "/(.*)", "destination": "/api/index" }]
12
- }