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

Commit d54aa89

Browse files
Update endpoint for deployment based on gunasekarks suggestion
1 parent 83771ba commit d54aa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = {
7575
scopes: [constants.Scopes.GetSkill, constants.Scopes.AllSkill]
7676
}
7777
},
78-
'/health': {
78+
'/ubahnapi/health': {
7979
get: {
8080
controller: 'HealthCheckController',
8181
method: 'check'

0 commit comments

Comments
 (0)