csle_rest_api.pages.emulations package
Submodules
csle_rest_api.pages.emulations.routes module
Routes and resources for the /emulations-page page
- csle_rest_api.pages.emulations.routes.get_emulations_page_bp(static_folder: str) flask.blueprints.Blueprint [source]
Creates a blueprint “sub application” of the main REST app that represents the emulations page
- Parameters
static_folder – the folder with the static resources
- Returns
the created blueprint