duythduong commited on
Commit
d16b032
·
1 Parent(s): cf64df0

chore: nothing

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -17,3 +17,4 @@ app.include_router(api_v1_router, prefix="/api")
17
  # Launch FastAPI app
18
  if __name__ == "__main__":
19
  uvicorn.run(app, host="0.0.0.0", port=os.environ.get("PORT", 7860))
 
 
17
  # Launch FastAPI app
18
  if __name__ == "__main__":
19
  uvicorn.run(app, host="0.0.0.0", port=os.environ.get("PORT", 7860))
20
+ print("Server is running")