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 4223a79 commit da5d6b1Copy full SHA for da5d6b1
bin/validate-redirects.ts
@@ -29,6 +29,7 @@ async function main() {
29
30
if (
31
!validEndings.some((ending) => from.endsWith(ending)) &&
32
+ // CED-99 - known exception for /api where this isn't natively handled by our app
33
from != "/api"
34
) {
35
console.log(`✘ Found unslashed source URLs:\n ${from}`);
0 commit comments