Merge pull request 'Add dummy change to trigger ci/cd' (#25) from dax/minor into dev
Reviewed-on: freeleaps/freeleaps-service-hub#25
This commit is contained in:
commit
e16c1dc240
@ -13,4 +13,5 @@ async def root():
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import uvicorn
|
import uvicorn
|
||||||
|
print("Starting FastAPI server...")
|
||||||
uvicorn.run("main:app", host=site_settings.SERVER_HOST, port=site_settings.SERVER_PORT, reload=True)
|
uvicorn.run("main:app", host=site_settings.SERVER_HOST, port=site_settings.SERVER_PORT, reload=True)
|
||||||
Loading…
Reference in New Issue
Block a user