API can be viewed from any machine

This commit is contained in:
study-faraphel 2025-02-03 09:51:32 +01:00
parent 90745b069c
commit 29ad1c49f4

View file

@ -20,4 +20,4 @@ class ApiManager:
}
def loop(self):
uvicorn.run(self.application)
uvicorn.run(self.application, host="0.0.0.0", port=8000)