This commit is contained in:
Valeria Fadeeva 2025-07-11 15:08:44 +05:00
parent 116ba791dc
commit d10327b5c5
1 changed files with 2 additions and 6 deletions

View File

@ -1,10 +1,6 @@
fastapi run LeraFoxQueen/main.py docker-build.sh
hypercorn LeraFoxQueen.main:app --reload --bind 0.0.0.0:8001 docker-up.sh
poetry run hypercorn LeraFoxQueen/main:app --reload --bind 0.0.0.0:8001
uvicorn LeraFoxQueen.main:app --reload --host 0.0.0.0 --port 8001
https://www.tutorialspoint.com/fastapi/fastapi_path_parameters.htm https://www.tutorialspoint.com/fastapi/fastapi_path_parameters.htm