IO-3066 add EMS upload functionality.

This commit is contained in:
Patrick Fic
2025-05-15 12:53:41 -07:00
parent b8841e3ded
commit 9ab41308e7
4 changed files with 43 additions and 1 deletions

View File

@@ -138,6 +138,9 @@ router.post("/canvastest", validateFirebaseIdTokenMiddleware, canvastest);
// Alert Check
router.post("/alertcheck", eventAuthorizationMiddleware, alertCheck);
//EMS Upload
router.post("/emsupload", validateFirebaseIdTokenMiddleware, data.emsUpload);
// Redis Cache Routes
router.post("/bodyshop-cache", eventAuthorizationMiddleware, updateBodyshopCache);