tiled.server.app.get_app

tiled.server.app.get_app(query_registry, compression_registry, include_routers=None, background_tasks=None)[source]

Construct an instance of the FastAPI application.

Parameters
include_routerslist, optional

List of additional FastAPI.Router objects to be included (merged) into the app

background_tasks: list, optional

List of async functions to be run on the event loop.