base template working

This commit is contained in:
pstruebi
2022-06-12 14:18:41 +02:00
parent 171f6dfa36
commit 8e9fde5862
3 changed files with 10 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
export FLASK_ENV=development
flask run #--host=0.0.0.0
flask run --host=0.0.0.0