perf: add database indexes, implement caching, enforce permission guards, and sanitize external URLs
Build and Push Multi-Platform Images / build-and-push (push) Successful in 48s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 48s
This commit is contained in:
@@ -11,6 +11,7 @@ export class EmailDownloadController {
|
||||
|
||||
@Post('fetch')
|
||||
@HttpCode(HttpStatus.OK)
|
||||
@RequirePermissions(Permission.VIEW_MAIL)
|
||||
async triggerFetch() {
|
||||
this.logger.log('Manueller E-Mail-Abruf wurde ausgelöst.');
|
||||
await this.emailDownloadService.handleCron();
|
||||
|
||||
Reference in New Issue
Block a user