// This file will contain the Axum handlers for our API endpoints. // // Each handler will correspond to a specific route and HTTP method, // and will be annotated with the `#[api]` macro from `service_kit` // to automatically generate the OpenAPI specification. /// A dummy function to ensure the linker includes this module, /// allowing the `inventory` crate to discover API handlers. pub fn load() {}