mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix port for health check
This commit is contained in:
parent
48badde67a
commit
1d98d45320
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue