(20241128) Serving HTML on redirect.
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ APP_VERSION = constants.APP_VERSION
|
||||
|
||||
|
||||
# The Quart app:
|
||||
app = Quart(__name__)
|
||||
app = Quart(__name__, template_folder = r"../views")
|
||||
app = cors(app)
|
||||
app.register_blueprint(mail_oauth_bp, url_prefix = f"/{MODULE_BASE}/mail")
|
||||
app.register_blueprint(mail_callback_bp, url_prefix = f"/{MODULE_BASE}/mail")
|
||||
|
||||
Reference in New Issue
Block a user