1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Update app/controllers/api/projects.php

Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
This commit is contained in:
Bradley Schofield 2022-11-14 15:18:40 +00:00 committed by GitHub
parent 6260a1a156
commit a14ab321bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -496,7 +496,6 @@ App::patch('/v1/projects/:projectId/auth/limit')
$response->dynamic($project, Response::MODEL_PROJECT);
});
App::patch('/v1/projects/:projectId/auth/duration')
->desc('Update Project Authentication Duration')
->groups(['api', 'projects'])