Logo

Cake Planner

Backend

admin_controller.cpp

File Header Information

FieldValue
SPDX CommentAdmin Controller Implementation with Group Management
SPDX TypeSOURCE
ContributorZHENG Robert
License IDMIT
Fileadmin_controller.cpp
DescriptionAdmin Controller Implementation with Group Management
Version0.15.0
Date2026-01-24
AuthorZHENG Robert (robert@hase-zheng.net)
CopyrightCopyright (c) 2026 ZHENG Robert
LicenseMIT

Table of Contents

API Documentation

namespace rz::controller

rz namespace.


void AdminController::registerRoutes(crow::App &app, service::NotificationService* notifyService)

Registers all admin-related routes with the Crow application.

ParameterDescription
appThe Crow application instance to register routes with.
notifyServicePointer to the notification service for sending emails (can be nullptr).