Logo

Cake Planner

Backend

system_controller.cpp

File Header Information

FieldValue
SPDX CommentImplementation of system routes
SPDX TypeSOURCE
ContributorZHENG Robert
License IDMIT
Filesystem_controller.cpp
DescriptionImplementation of system routes
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 SystemController::registerRoutes(crow::App& app)

Registers system-related routes with the Crow application.

ParameterDescription
appThe Crow application instance to register routes with.