api_route

Macro api_route 

Source
macro_rules! api_route {
    ($method:expr, $path:expr, $handler:expr) => { ... };
}