johndavedecano / laragym

A laravel gym management system
270 stars 163 forks source link

Laravel 10 - Files API #81

Closed johndavedecano closed 6 months ago

johndavedecano commented 1 year ago
Method URI Name Action
GET /api/files files.index App\Api\V1\Controllers\FileController@index
POST /api/files files.store App\Api\V1\Controllers\FileController@store
GET /api/files/{file} files.show App\Api\V1\Controllers\FileController@show
PUT /api/files/{file} files.update App\Api\V1\Controllers\FileController@update
DELETE /api/files/{file} files.destroy App\Api\V1\Controllers\FileController@destroy