fix silly error
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"builds": [
|
"builds": [
|
||||||
{
|
{
|
||||||
"src": "djangoprojectname/wsgi.py",
|
"src": "demo/wsgi.py",
|
||||||
"use": "@vercel/python",
|
"use": "@vercel/python",
|
||||||
"config": { "maxLambdaSize": "15mb", "runtime": "python3.9" }
|
"config": { "maxLambdaSize": "15mb", "runtime": "python3.9" }
|
||||||
}
|
}
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"src": "/(.*)",
|
"src": "/(.*)",
|
||||||
"dest": "djangoprojectname/wsgi.py"
|
"dest": "demo/wsgi.py"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user