csle_rest_api.pages.login package

Submodules

csle_rest_api.pages.login.routes module

Routes and resources for the /login-page page

csle_rest_api.pages.login.routes.get_login_page_bp(static_folder: str) flask.blueprints.Blueprint[source]

Creates a blueprint “sub application” of the main REST app that represents the login page

Parameters

static_folder – the folder with the static resources

Returns

the created blueprint

Module contents