This commit is contained in:
iFargle
2023-02-17 19:05:10 +09:00
parent c5e74a9917
commit 65537d328d

View File

@@ -42,6 +42,8 @@ elif AUTH_TYPE.lower() == "basic":
else:
app = Flask(__name__)
executor = Executor(app)
app.application_root = BASE_PATH
app.config["APPLICATION_ROOT"] = os.environ["BASE_PATH"].replace('"', '')