Skip to content

Commit f183655

Browse files
committed
chore: fastify upgrade router options to avoid warning
1 parent 8c4512f commit f183655

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ export default async function app(
7373
logger: loggerConfig,
7474
disableRequestLogging: true,
7575
trustProxy: true,
76-
useSemicolonDelimiter: true,
76+
routerOptions: {
77+
useSemicolonDelimiter: true,
78+
},
7779
});
7880

7981
app.log.info('loading features');

0 commit comments

Comments
 (0)