PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
routing_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
20#pragma once
21
22#include <memory>
23
24namespace kcenon::pacs::web {
25
26struct rest_server_context;
27
28namespace endpoints {
29
30// Internal function - implementation in cpp file
31// Registers routing endpoints with the Crow app
32// Called from rest_server.cpp
33
34} // namespace endpoints
35
36} // namespace kcenon::pacs::web