Skip to content

Commit

Permalink
Fix ci link
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 3, 2024
1 parent f4e8140 commit 40dad71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion aiida_workgraph_web_ui/backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


if __name__ == "__main__":
uvicorn.run("app.api:app", host="0.0.0.0", port=8000, reload=True)
uvicorn.run("app.api:app", host="0.0.0.0", port=8000, reload=False)

0 comments on commit 40dad71

Please sign in to comment.