diff --git a/app/controllers/api/project.php b/app/controllers/api/project.php index 5924e7cb81..0e0f13f5aa 100644 --- a/app/controllers/api/project.php +++ b/app/controllers/api/project.php @@ -108,4 +108,4 @@ App::get('/v1/project/usage') } $response->dynamic($usage, Response::MODEL_USAGE_PROJECT); - }); \ No newline at end of file + });