route_registry

Route registry definitions for webapp HTTP dispatch.

The handler resolves request paths through these static mappings so route registration is centralized and easy to scan or extend.

Attributes

GET_ROUTE_METHODS

API_GET_ROUTE_METHODS

POST_ROUTE_METHODS

Functions

select_route_maps(serve_ui)

Return the GET/POST route maps for the chosen server mode.

Module Contents

route_registry.GET_ROUTE_METHODS: dict[str, str]
route_registry.API_GET_ROUTE_METHODS: dict[str, str]
route_registry.POST_ROUTE_METHODS: dict[str, str]
route_registry.select_route_maps(serve_ui)

Return the GET/POST route maps for the chosen server mode.