Add API route for media analytics, and updates to database schema.

This commit is contained in:
Patrick Fic
2025-11-06 13:57:39 -08:00
parent a3c3f60d2a
commit 6843441b17
13 changed files with 94 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ router.post("/bodyshop-cache", eventAuthorizationMiddleware, updateBodyshopCache
// Estimate Scrubber Vehicle Type
router.post("/es/vehicletype", data.vehicletype);
router.post("/analytics/documents", data.documentAnalytics);
// Health Check for docker-compose-cluster load balancer, only available in development
if (process.env.NODE_ENV === "development") {
router.get("/health", (req, res) => {