Skip to content

Commit da5d6b1

Browse files
committed
update comment
1 parent 4223a79 commit da5d6b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/validate-redirects.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ async function main() {
2929

3030
if (
3131
!validEndings.some((ending) => from.endsWith(ending)) &&
32+
// CED-99 - known exception for /api where this isn't natively handled by our app
3233
from != "/api"
3334
) {
3435
console.log(`✘ Found unslashed source URLs:\n ${from}`);

0 commit comments

Comments
 (0)