update hotfix

This commit is contained in:
Wolfang Torres
2026-06-07 00:36:21 +08:00
parent 9be033535b
commit 3bb0caa64d
3 changed files with 21 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ from .mainapp import mainapp
def create_app(*args):
# create and configure the app
app = Flask(__name__, instance_relative_config=True)
app.config['APPLICATION_ROOT'] = '/hsk'
app.config["APPLICATION_ROOT"] = "/hsk"
# ensure the instance folder exists
instance_path = Path(app.instance_path)