Skip to content

Commit ed3738c

Browse files
committed
development: * ignore trailing slash for routes
1 parent 951b55a commit ed3738c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/libs/packages/server-application/server-application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const serverAppApi = new ServerAppApi({
2222
const serverApp = new ServerApp({
2323
config,
2424
options: {
25-
prefixAvoidTrailingSlash: true,
25+
ignoreTrailingSlash: true,
2626
logger: {
2727
transport: {
2828
target: 'pino-pretty'

0 commit comments

Comments
 (0)