Skip to content

Commit e2156aa

Browse files
authored
Merge pull request #386 from formidablejs/fix/server-config
fix: ignoreTrailingSlash group under routerOptions
2 parents 0a0ec4f + 4caa546 commit e2156aa

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)