stock-bot/apps/stock/web-api/src/routes/index.ts

5 lines
158 B
TypeScript

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