Skip to content

Commit eed2f1f

Browse files
committed
don't show the base here either
1 parent 771346f commit eed2f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/webapp/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class WebApp extends Service {
1717
constructor(container: Container) {
1818
super(container);
1919

20-
this.app.use(pinoHttp());
20+
this.app.use(pinoHttp({ base: undefined }));
2121

2222
for (const addAPI of APIs) {
2323
addAPI(this);

0 commit comments

Comments
 (0)