1
0
Fork 0
mirror of synced 2024-07-02 13:10:38 +12:00

Update app/controllers/mock.php

This commit is contained in:
Jake Barnby 2023-08-30 17:57:38 -04:00 committed by GitHub
parent b77d83d246
commit b2f9506130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,8 +226,6 @@ App::get('/v1/mock/tests/general/headers')
$response->dynamic(new Document(['result' => $res]), Response::MODEL_MOCK);
});
App::get('/v1/mock/tests/general/download')
->desc('Download File')
->groups(['mock'])