mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-29 09:49:38 +02:00
fix silly error
This commit is contained in:
parent
cdf61b06e0
commit
f3fb01d341
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue