Progress
Problems with database access and subdirectories still
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user