新增挪车功能

This commit is contained in:
2025-10-02 21:52:52 +08:00
parent c648ad35ec
commit 43f22de8fd
7 changed files with 158 additions and 34 deletions

View File

@@ -21,5 +21,5 @@ if __name__ == '__main__':
uvicorn.run(
'app:app',
host='0.0.0.0',
port=8080,
reload=True)
port=8080
)