Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
fix: delete hot reload on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
uysalibov committed Jun 23, 2024
1 parent 09bd87f commit 1f14102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marble-sculp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,4 @@ async def extend1d(request: Request, payload: DiscModel):


if __name__ == "__main__":
uvicorn.run("api:app", reload=True, workers=5)
uvicorn.run("api:app", workers=5)

0 comments on commit 1f14102

Please sign in to comment.