We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5621c30 commit ba4c641Copy full SHA for ba4c641
1 file changed
src/frontend/frontend_server.py
@@ -72,4 +72,4 @@ async def serve_app(full_path: str):
72
73
74
if __name__ == "__main__":
75
- uvicorn.run(app, host="127.0.0.1", port=8000)
+ uvicorn.run(app, host="127.0.0.1", port=3000)
0 commit comments