diff --git a/services/spelling/app/coffee/HealthCheckController.coffee b/services/spelling/app/coffee/HealthCheckController.coffee index 08acf7c4d0..a569afabae 100644 --- a/services/spelling/app/coffee/HealthCheckController.coffee +++ b/services/spelling/app/coffee/HealthCheckController.coffee @@ -6,7 +6,7 @@ module.exports = healthCheck: (req, res)-> opts = - url: "http://localhost:#{settings.internal.spelling.port}/user/#{settings.healthCheckUserId}/check" + url: "http://localhost:3005/user/#{settings.healthCheckUserId}/check" json: words:["helllo"] language: "en"