stock-bot/apps/web-api/src/routes/index.ts
2025-06-17 23:19:12 -04:00

5 lines
152 B
TypeScript

/**
* Routes index - exports all route modules
*/
export { exchangeRoutes } from './exchange.routes';
export { healthRoutes } from './health.routes';