getting aligned and refactored

This commit is contained in:
Boki 2025-06-22 18:27:48 -04:00
parent 60ada5f6a3
commit a3459f5865
16 changed files with 296 additions and 273 deletions

View file

@ -1,5 +1,5 @@
/**
* Routes index - exports all route modules
*/
export { exchangeRoutes } from './exchange.routes';
export { createExchangeRoutes } from './exchange.routes';
export { healthRoutes } from './health.routes';