Macro serve_routes

Source
macro_rules! serve_routes {
    ($c:expr => [$($e:expr),* $(,)?] $(& [$($hoop:expr),+ $(,)?])?) => { ... };
}
Expand description

Start the service with the provided config and defined routers, optionally followed by a list of middleware(globally)