main#

Entrypoing for the Rootski API.

To run this API with gunicorn, use the following command:

gunicorn rootski.main.main:create_app() --bind 0.0.0.0:3333




Functions#

create_app()#

rootski.main.main.create_app(config: Optional[rootski.config.config.Config] = None) fastapi.applications.FastAPI[source]#

create_default_app()#

rootski.main.main.create_default_app()[source]#