Commit 55ae5e08 authored by Cesuuur's avatar Cesuuur
Browse files

chore: change localhost

parent a6d3dc22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,4 +44,4 @@ app.include_router(resources.router)


if __name__ == '__main__':
    uvicorn.run(app, host="localhost")
 No newline at end of file
    uvicorn.run(app, host="0.0.0.0")
 No newline at end of file