From 1d98d453206c27aeb89a87db7e339d4ed55e8a39 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Sun, 1 Mar 2015 12:53:10 +0000 Subject: [PATCH] fix port for health check --- services/spelling/app/coffee/HealthCheckController.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"