pub fn spawn_routes<T>( _queue: Arc<T>, ) -> impl Filter<Extract = impl Reply, Error = Rejection> + Clonewhere T: DatabaseQueue + Send + Sync + 'static,
Create spawn API routes