mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
chore: lint to fix build
This commit is contained in:
@@ -52,7 +52,13 @@ export async function bootstrapNestServer(): Promise<NestFastifyApplication> {
|
||||
origin: true, // Allows all origins
|
||||
credentials: true,
|
||||
methods: ['GET', 'PUT', 'POST', 'DELETE', 'OPTIONS'],
|
||||
allowedHeaders: ['Content-Type', 'Authorization', 'X-Requested-With', 'X-CSRF-TOKEN', 'X-API-KEY'],
|
||||
allowedHeaders: [
|
||||
'Content-Type',
|
||||
'Authorization',
|
||||
'X-Requested-With',
|
||||
'X-CSRF-TOKEN',
|
||||
'X-API-KEY',
|
||||
],
|
||||
});
|
||||
|
||||
// Setup Nestjs Pino Logger
|
||||
|
||||
Reference in New Issue
Block a user