macro_rules! create_route {
    ($inc : expr) => { ... };
}
Expand description

Create Route

This macro takes in an async function, and outputs a Route that can be used when setting up routing