Logo

Cake Planner

Backend

user_controller.cpp

File Header Information

FieldValue
SPDX CommentUser Controller with Email Notifications
SPDX TypeSOURCE
ContributorZHENG Robert
License IDMIT
Fileuser_controller.cpp
DescriptionUser Controller with Email Notifications
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

rz namespace.


namespace controller

controller namespace.


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

Registers user-related routes with the Crow application.

ParameterDescription
appThe Crow application instance to register routes with.
notifyServicePointer to the notification service for email notifications.