Skip to content

Commit 0f52d2b

Browse files
authored
chore: skip healthcheck api (#236)
1 parent caf0f9e commit 0f52d2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/twilio-api/api-browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class TwilioApiBrowser {
7171

7272
Object.values(domains).forEach((spec) => {
7373
Object.values(spec.paths).forEach((path) => {
74+
if (path === '/healthcheck') return;
7475
// Naive assumption: The Twilio APIs only have a single server.
7576
path.server = path.servers[0].url;
7677
delete path.servers;

0 commit comments

Comments
 (0)