Presupuestador_web/server/src/infrastructure/express/api/routes/index.ts

7 lines
197 B
TypeScript
Raw Normal View History

2024-06-14 12:07:20 +00:00
export * from "./auth.routes";
export * from "./catalog.routes";
export * from "./dealers.routes";
export * from "./profile.routes";
export * from "./quote.routes";
export * from "./users.routes";