We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf0f9e commit 0f52d2bCopy full SHA for 0f52d2b
src/services/twilio-api/api-browser.js
@@ -71,6 +71,7 @@ class TwilioApiBrowser {
71
72
Object.values(domains).forEach((spec) => {
73
Object.values(spec.paths).forEach((path) => {
74
+ if (path === '/healthcheck') return;
75
// Naive assumption: The Twilio APIs only have a single server.
76
path.server = path.servers[0].url;
77
delete path.servers;
0 commit comments