This commit is contained in:
Kenneth Kehl
2025-02-05 10:56:32 -08:00
parent 545bf10e0d
commit 23e10b1529

View File

@@ -1,7 +1,10 @@
from flask import Flask
from werkzeug.serving import WSGIRequestHandler
from app import create_app
WSGIRequestHandler.version_string = lambda self: "SecureServer"
application = Flask("app")
create_app(application)