Initial commit

This commit is contained in:
DingZQ
2022-08-21 11:13:13 +08:00
commit 7ca9cb5d28
21 changed files with 279 additions and 0 deletions

1
startserver.bat Normal file
View File

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