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