We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3213c commit 2ffcafbCopy full SHA for 2ffcafb
app/__init__.py
@@ -2,4 +2,4 @@
2
3
app = Flask(__name__)
4
5
-from app import index
+from app import routes
app/index.py app/routes.pyapp/index.py renamed to app/routes.py
vercel.json
@@ -1,5 +1,5 @@
1
{
"rewrites": [
- { "source": "/(.*)", "destination": "/app/index" }
+ { "source": "/(.*)", "destination": "/run" }
]
}
0 commit comments