We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4512f commit f183655Copy full SHA for f183655
1 file changed
src/index.ts
@@ -73,7 +73,9 @@ export default async function app(
73
logger: loggerConfig,
74
disableRequestLogging: true,
75
trustProxy: true,
76
- useSemicolonDelimiter: true,
+ routerOptions: {
77
+ useSemicolonDelimiter: true,
78
+ },
79
});
80
81
app.log.info('loading features');
0 commit comments