update
This commit is contained in:
parent
593c08a069
commit
08bd06f96e
@ -69,7 +69,7 @@ class Server:
|
|||||||
|
|
||||||
def run(self, SERVER_HOST, SERVER_PORT):
|
def run(self, SERVER_HOST, SERVER_PORT):
|
||||||
app = fastapi.FastAPI()
|
app = fastapi.FastAPI()
|
||||||
self.webui(app=app, path="/")
|
self.webui(app=app, path="")
|
||||||
uvicorn.run(app, host=SERVER_HOST, port=int(SERVER_PORT))
|
uvicorn.run(app, host=SERVER_HOST, port=int(SERVER_PORT))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user