csle_rest_api.pages.control_plane.routes module
Routes and resources for the /control-plane-page page
-
csle_rest_api.pages.control_plane.routes.get_control_plane_page_bp(static_folder: str) → Blueprint[source]
Creates a blueprint “sub application” of the main REST app that represents the control plane page
- Parameters
static_folder – the folder with the static resources
- Returns
the created blueprint