diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index 650fc43f42..e2718505a5 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -1425,4 +1425,4 @@ App::delete('/v1/projects/:projectId/domains/:domainId') ->setDocument($domain); $response->noContent(); - }); \ No newline at end of file + });