Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore: revert metrics endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Aug 30, 2023
1 parent a241bf2 commit ccd578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ router.get(
);

// prometheus
router.get('/metrics', prometheusHandler);
router.get('/arns_metrics', prometheusHandler);
// swagger
router.get('/api-docs', swaggerDocs);

Expand Down

0 comments on commit ccd578e

Please sign in to comment.