Open sell opened 4 years ago
Also when you run a health check for another domain, and click on the path, it takes you to the path of the current server.
here is code:
healthChecks: [{
protocol: 'https',
host: 'no-api-key.com',
path: '/'
},{
protocol: 'https',
host: 'no-api-key.com',
path: '/api/v1'
}]
and if I was to click on /
or /api/v1
it will direct me to localhost:5000/
not no-api-key.com/
visibility of loop works for me, made a fix for heap -> #165
visibility of loop works for me, made a fix for heap -> #165
Visibility of eventLoop seems to not work as well. See https://github.com/RafalWilinski/express-status-monitor/pull/165#pullrequestreview-965428798
I am unable to disable these two, I tried setting to false but won't work, still loads.