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 e991940 commit f535683Copy full SHA for f535683
scripts/check-urls.py
@@ -40,7 +40,6 @@ class Curl:
40
"https://api.aspose.cloud/v4.0": (Curl.HTTP_RETURNED_ERROR, 404),
41
"https://api.aspose.cloud/v4.0/": (Curl.HTTP_RETURNED_ERROR, 404),
42
"https://id.aspose.cloud/connect/token": (Curl.HTTP_RETURNED_ERROR, 400),
43
- "https://barcode.qa.aspose.cloud/v3.0/barcode/swagger/spec": (Curl.COULDNT_RESOLVE_HOST, None),
44
# TODO: Temporary fix
45
"https://dashboard.aspose.cloud/applications": (Curl.HTTP_RETURNED_ERROR, 404),
46
}
@@ -88,7 +87,9 @@ class Curl:
88
87
".sonatype.org",
89
".w3.org",
90
".wikipedia.org",
+
91
# Regular domains
92
+ "barcode.qa.aspose.cloud",
93
"editorconfig.org",
94
]
95
)
0 commit comments