need to fix this
This commit is contained in:
parent
339ca7d6df
commit
bb9d4a28f9
|
@ -37,7 +37,7 @@ ALLOWED_BPMN_EXTENSIONS = {"bpmn", "dmn"}
|
|||
def before_first_request() -> None:
|
||||
"""Before_first_request."""
|
||||
# token()
|
||||
ProcessInstanceReportModel.add_fixtures()
|
||||
# ProcessInstanceReportModel.add_fixtures()
|
||||
|
||||
|
||||
# @admin_blueprint.route("/token", methods=["GET"])
|
||||
|
|
Loading…
Reference in New Issue