fix: 启动脚本增加端口号

This commit is contained in:
chenwj 2023-01-06 14:49:53 +08:00
parent dbe92c29ae
commit 76c57f2850
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
set FAST_API_ENV=dev
uvicorn main:fast_api_app --reload
uvicorn main:fast_api_app --reload --host 0.0.0.0 --port 21021

View File

@ -1,2 +1,2 @@
export FAST_API_ENV=dev
uvicorn main:app --reload
uvicorn main:app --reload --host 0.0.0.0 --port 21021