Skip to content

Commit 7acba38

Browse files
committed
backfill from previous work
1 parent da5d6b1 commit 7acba38

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
@@ -28,6 +28,7 @@ async function main() {
2828
}
2929

3030
if (
31+
// CED-76 - flag unslashed redirects b/c these don't behave as expected due to our routing / preference for slashed endpoints
3132
!validEndings.some((ending) => from.endsWith(ending)) &&
3233
// CED-99 - known exception for /api where this isn't natively handled by our app
3334
from != "/api"

0 commit comments

Comments
 (0)