Skip to content

Commit

Permalink
MAP-1878: remove /ping from frontendComponents health path
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygyngell committed Feb 7, 2025
1 parent b2d03f9 commit e51cb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
apis: {
frontendComponents: {
url: get('COMPONENT_API_URL', 'http://localhost:8082', requiredInProduction),
healthPath: '/health/ping',
healthPath: '/health',
timeout: {
response: Number(get('COMPONENT_API_TIMEOUT_SECONDS', 10000)),
deadline: Number(get('COMPONENT_API_TIMEOUT_SECONDS', 10000)),
Expand Down

0 comments on commit e51cb71

Please sign in to comment.