server start bug fix
This commit is contained in:
@@ -1 +1 @@
|
||||
python -m uvicorn src/server:app --reload
|
||||
python -m uvicorn src.server:app --reload
|
||||
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
python -m uvicorn src/server:app --reload
|
||||
python -m uvicorn src.server:app --reload
|
||||