/// Module for `/` and `/health` entrypoint.
/// Module for `/login`, `/logout` and `/error` entrypoint.
/// Module for `/monitor` entrypoint.
/// Module for `/ws/system` entrypoint.
use web;
/// Configures the websocket service.
///
/// # Arguments
///
/// * `cfg` - A mutable reference to the Actix web `ServiceConfig` object.