We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to disable these two, I tried setting to false but won't work, still loads.
The text was updated successfully, but these errors were encountered:
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/
/
/api/v1
localhost:5000/
no-api-key.com/
Sorry, something went wrong.
visibility of loop works for me, made a fix for heap -> #165
Visibility of eventLoop seems to not work as well. See #165 (review)
No branches or pull requests
I am unable to disable these two, I tried setting to false but won't work, still loads.
The text was updated successfully, but these errors were encountered: