/** * ADR-027: Wellness Ecosystem API Routes * Re-exports the router from wellness/index.js after refactoring into smaller modules. */ export { default } from './wellness/index.js';