diff --git a/app/app.php b/app/app.php index 089598edcf..4cd79b3458 100644 --- a/app/app.php +++ b/app/app.php @@ -28,6 +28,7 @@ $services = include __DIR__.'/config/services.php'; // List of services $webhook = new Event('v1-webhooks', 'WebhooksV1'); $audit = new Event('v1-audits', 'AuditsV1'); $usage = new Event('v1-usage', 'UsageV1'); +$certs = new Event('v1-certs', 'CertsV1'); /** * Get All verified client URLs for both console and current projects diff --git a/app/workers/certs.php b/app/workers/certs.php new file mode 100644 index 0000000000..4d433ec9af --- /dev/null +++ b/app/workers/certs.php @@ -0,0 +1,38 @@ +