pub trait ApiModule: Module { // Required method fn router(&self, ctx: Arc<dyn AppContext>) -> Router; }
core