fix port for health check

This commit is contained in:
Henry Oswald 2015-03-01 12:53:10 +00:00
parent 48badde67a
commit 1d98d45320

View file

@ -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"