Restore startserver.bat

This commit is contained in:
wqy
2022-08-27 11:58:37 +08:00
parent 4022823f1d
commit d7922351c0

1
startserver.bat Normal file
View File

@@ -0,0 +1 @@
uvicorn main:app --host 0.0.0.0 --port 80 --reload