remove adapter for apache since we don't use that anymore and update the flask start to be accurate, change routes to app

This commit is contained in:
JesseBot 2022-10-05 14:38:57 +02:00
parent 99fbe3bd7c
commit 17ebf7881d
4 changed files with 17 additions and 15 deletions

View file

@ -1,2 +1,2 @@
export FLASK_APP=web_routes
export FLASK_APP=app
flask run