Modernization Project Complete. Updated to latest versions of frameworks.

This commit is contained in:
Eric Gullickson
2025-08-24 09:49:21 -05:00
parent 673fe7ce91
commit b534e92636
46 changed files with 2341 additions and 5267 deletions

View File

@@ -14,5 +14,5 @@ export type {
VehicleResponse
} from './domain/vehicles.types';
// Internal: Register routes with Express app
export { registerVehiclesRoutes } from './api/vehicles.routes';
// Internal: Register routes with Fastify app
export { vehiclesRoutes, registerVehiclesRoutes } from './api/vehicles.routes';