MantisBase v0.3.7
Loading...
Searching...
No Matches
entity_schema_routes.h
Go to the documentation of this file.
1
6#ifndef MANTISBASE_ENTITY_SCHEMA_ROUTES_H
7#define MANTISBASE_ENTITY_SCHEMA_ROUTES_H
8
9#include "../types.h"
10
11namespace mb {
17}
18
19#endif // MANTISBASE_ENTITY_SCHEMA_ROUTES_H
router.h
Definition auth.h:16
HandlerFn schemaPostHandler()
Definition entity_schema_routes_handlers.cpp:74
HandlerFn schemaGetOneHandler()
Definition entity_schema_routes_handlers.cpp:18
HandlerFn schemaGetManyHandler()
Definition entity_schema_routes_handlers.cpp:49
HandlerFn schemaPatchHandler()
Definition entity_schema_routes_handlers.cpp:119
HandlerFn schemaDeleteHandler()
Definition entity_schema_routes_handlers.cpp:160
std::function< void(MantisRequest &, MantisResponse &)> HandlerFn
‍Route Handler function shorthand
Definition types.h:36