Skip to content

Commit 4caa546

Browse files
committed
fix: ignoreTrailingSlash group under routerOptions
1 parent 0a0ec4f commit 4caa546

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Foundation/Application.imba

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ export default class Application
4747
prop context\Context = Context
4848
prop beforeListen = null
4949
prop serverConfig\object = {
50-
ignoreTrailingSlash: true
50+
routerOptions: {
51+
ignoreTrailingSlash: true
52+
}
5153
}
5254

5355
def constructor root\string

0 commit comments

Comments
 (0)