fix web ui smoke and brand assets
This commit is contained in:
@@ -11,7 +11,10 @@ async function bootstrap(): Promise<void> {
|
||||
AppModule,
|
||||
new FastifyAdapter({
|
||||
trustProxy: true,
|
||||
logger: false
|
||||
logger: false,
|
||||
routerOptions: {
|
||||
maxParamLength: 256
|
||||
}
|
||||
}),
|
||||
{
|
||||
bufferLogs: true
|
||||
|
||||
Reference in New Issue
Block a user