5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
/**
|
|
* Routes index - exports all route modules
|
|
*/
|
|
export { exchangeRoutes } from './exchange.routes';
|
|
export { healthRoutes } from './health.routes';
|