update hotfix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user