main
Backend Deploy 🚀 / build-and-deploy (push) Has been cancelled

This commit is contained in:
Harun CAN
2026-05-01 00:45:33 +02:00
parent 1775ac1aa1
commit 5184db32cc
33 changed files with 1852 additions and 713 deletions
@@ -68,7 +68,10 @@ export class RenderCallbackController {
private readonly configService: ConfigService,
private readonly notificationsService: NotificationsService,
) {
this.apiKey = this.configService.get<string>('RENDER_CALLBACK_API_KEY', 'contgen-worker-secret-2026');
this.apiKey = this.configService.get<string>(
'RENDER_CALLBACK_API_KEY',
'contgen-worker-secret-2026',
);
}
/**
@@ -316,4 +319,3 @@ export class RenderCallbackController {
}
}
}