more cleanup
This commit is contained in:
parent
bbb551ddc7
commit
2d14bb87f9
6 changed files with 8 additions and 20 deletions
|
|
@ -3,4 +3,4 @@
|
|||
*/
|
||||
export { exchangeRoutes } from './exchange.routes';
|
||||
export { healthRoutes } from './health.routes';
|
||||
export { queueRoutes } from './queue.routes';
|
||||
export { createQueueRoutes } from './queue.routes';
|
||||
|
|
|
|||
|
|
@ -29,7 +29,4 @@ export function createQueueRoutes(container: IServiceContainer) {
|
|||
});
|
||||
|
||||
return queue;
|
||||
}
|
||||
|
||||
// Legacy export for backward compatibility
|
||||
export const queueRoutes = createQueueRoutes({} as IServiceContainer);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue