Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 5b5ea93

Browse files
Update endpoint for deployment based on gunasekarks suggestion
1 parent c4819e7 commit 5b5ea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/health/route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
const Controller = require('./controller')
66
module.exports = {
7-
'/health': {
7+
'/ubahnapi/health': {
88
get: {
99
method: Controller.get
1010
}

0 commit comments

Comments
 (0)