diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2cc4a7cd6a..438d0da2c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -360,7 +360,7 @@ const METRIC_DEPLOYMENTS_STORAGE = 'deployments.storage'; **API** -In the database listener, add to an existing or create a new switch case. Add a call to the usage worker with your new metric const like so: +On file app/controllers/shared/api.php in database listener, add to an existing or create a new switch case. Add a call to the usage worker with your new metric const like so: ```php case $document->getCollection() === 'teams':