ES-3348 Ass ES Vehicle type Route.

This commit is contained in:
Patrick Fic
2025-08-22 08:52:08 -07:00
parent 9860447e42
commit 2004eb840f
7 changed files with 1255 additions and 1 deletions

View File

@@ -144,6 +144,9 @@ router.post("/emsupload", validateFirebaseIdTokenMiddleware, data.emsUpload);
// Redis Cache Routes
router.post("/bodyshop-cache", eventAuthorizationMiddleware, updateBodyshopCache);
// Estimate Scrubber Vehicle Type
router.post("/es/vehicletype", data.vehicletype);
// Health Check for docker-compose-cluster load balancer, only available in development
if (process.env.NODE_ENV === "development") {
router.get("/health", (req, res) => {