1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00

fix silly error

This commit is contained in:
Sean Morley 2024-07-08 12:04:35 -04:00
parent cdf61b06e0
commit f3fb01d341

View file

@ -1,7 +1,7 @@
{
"builds": [
{
"src": "djangoprojectname/wsgi.py",
"src": "demo/wsgi.py",
"use": "@vercel/python",
"config": { "maxLambdaSize": "15mb", "runtime": "python3.9" }
}
@ -9,7 +9,7 @@
"routes": [
{
"src": "/(.*)",
"dest": "djangoprojectname/wsgi.py"
"dest": "demo/wsgi.py"
}
]
}