diff --git a/app/app.php b/app/app.php index 089598edc..4cd79b345 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 000000000..4d433ec9a --- /dev/null +++ b/app/workers/certs.php @@ -0,0 +1,38 @@ +