app
create_app()
#
Create server and return FastAPI application for uvicorn/gunicorn.
Source code in cogip/tools/server_beacon/app.py
6 7 8 9 10 11 |
|
create_app()
#Create server and return FastAPI application for uvicorn/gunicorn.
cogip/tools/server_beacon/app.py
6 7 8 9 10 11 |
|