feat: update assessment portal

This commit is contained in:
2026-07-06 16:53:06 +08:00
parent a75e857c71
commit f385f9747b
17 changed files with 1866 additions and 884 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ app = create_app()
if __name__ == "__main__":
app.run(host="0.0.0.0", port=5005, debug=False, use_reloader=False)
app.run(host="0.0.0.0", port=5005, debug=True, use_reloader=False)