Skip to content

Commit

Permalink
CMR-10210: Update route to test for possible collision
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 committed Dec 3, 2024
1 parent 64fb894 commit 6fbef32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ router.use(cloudStacMiddleware, cacheMiddleware, logFullRequestMiddleware);
router.get("/", refreshProviderCache, wrapErrorHandler(rootCatalogHandler));
router.get("/health", wrapErrorHandler(healthcheckHandler));
router.get("/conformance", wrapErrorHandler(rootConformanceHandler));
router.get("/docs/testindex", wrapErrorHandler(documentationHandler));
router.get("/testingdocs/testdoc", wrapErrorHandler(documentationHandler));

router.get(
"/:providerId",
Expand Down

0 comments on commit 6fbef32

Please sign in to comment.