revert 修改文件名
This commit is contained in:
yezian 2024-07-22 19:38:33 +08:00
parent 3cbce94916
commit d7281d5cda
2 changed files with 4 additions and 0 deletions

View File

4
run.py Normal file
View File

@ -0,0 +1,4 @@
from api import app
if __name__ == "__main__":
app.run(host="0.0.0.0", port=9999)