Update
This commit is contained in:
parent
116ba791dc
commit
d10327b5c5
|
@ -1,10 +1,6 @@
|
|||
fastapi run LeraFoxQueen/main.py
|
||||
docker-build.sh
|
||||
|
||||
hypercorn LeraFoxQueen.main:app --reload --bind 0.0.0.0:8001
|
||||
|
||||
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
|
||||
docker-up.sh
|
||||
|
||||
https://www.tutorialspoint.com/fastapi/fastapi_path_parameters.htm
|
||||
|
||||
|
|
Loading…
Reference in New Issue