DHEIVER commited on
Commit
6b248c2
·
verified ·
1 Parent(s): 4419b69

Delete vercel.json

Browse files
Files changed (1) hide show
  1. vercel.json +0 -15
vercel.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "version": 2,
3
- "builds": [
4
- {
5
- "src": "app.py",
6
- "use": "@vercel/python"
7
- }
8
- ],
9
- "routes": [
10
- {
11
- "src": "/(.*)",
12
- "dest": "/app.py"
13
- }
14
- ]
15
- }