mirror of
https://github.com/movie-web/backend.git
synced 2025-09-13 10:53:25 +00:00
@@ -17,6 +17,7 @@ export async function setupFastify(): Promise<FastifyInstance> {
|
||||
// create server
|
||||
const app = Fastify({
|
||||
logger: makeFastifyLogger(log) as any,
|
||||
trustProxy: conf.server.trustProxy,
|
||||
});
|
||||
let exportedApp: FastifyInstance | null = null;
|
||||
|
||||
|
Reference in New Issue
Block a user