mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-19 09:44:52 +00:00
Caddy reverse proxy Flask
This commit is contained in:
parent
d7be76f435
commit
76d8e6ad27
4 changed files with 21 additions and 18 deletions
|
@ -3,6 +3,7 @@ from flask_migrate import init as migrate_init
|
|||
from extensions import db, migrate, cache
|
||||
from views import blueprint
|
||||
|
||||
|
||||
app = Flask(__name__)
|
||||
app.config.from_pyfile('config.py')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue