PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
security_endpoints.h
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2021-2025, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
15#pragma once
16
17#include "crow.h"
18#include "kcenon/pacs/web/endpoints/system_endpoints.h" // For rest_server_context
19
21
27void register_security_endpoints_impl(crow::SimpleApp &app,
28 std::shared_ptr<rest_server_context> ctx);
29
30} // namespace kcenon::pacs::web::endpoints
void register_security_endpoints_impl(crow::SimpleApp &app, std::shared_ptr< rest_server_context > ctx)
Register security endpoints with the Crow app.
System API endpoints for REST server.