Function spawn_routes

Source
pub fn spawn_routes<T>(
    _queue: Arc<T>,
) -> impl Filter<Extract = impl Reply, Error = Rejection> + Clone
where T: DatabaseQueue + Send + Sync + 'static,
Expand description

Create spawn API routes