Problems with database access and subdirectories still
This commit is contained in:
2022-06-11 13:26:50 +01:00
parent 6992a75855
commit b27016aaf4
5 changed files with 167 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ from .views import views
from .quiz.views import quiz
def create_app():
app = Flask(__name__)
app.config.from_object(Config())
app.wsgi_app = ProxyFix(app.wsgi_app, x_proto= 1, x_host= 1)