Skip to content

Commit 0639b42

Browse files
authored
add ignoreTrailingSlash option
1 parent 92d825d commit 0639b42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/server/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const baseCorsConfig = {
1717

1818
const fastify = Fastify({
1919
logger: true,
20+
ignoreTrailingSlash: true
2021
});
2122

2223
fastify.register(fastifyCookie, {

0 commit comments

Comments
 (0)