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
-2
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'])