pub fn nest_http_api(
router: Router,
pg_wap_session_manager: Arc<dyn PgWapSessionManager>,
) -> RouterExpand description
Nests the SNAP HTTP API routes into the provided base_router.
pub fn nest_http_api(
router: Router,
pg_wap_session_manager: Arc<dyn PgWapSessionManager>,
) -> RouterNests the SNAP HTTP API routes into the provided base_router.