media Datenbank
This commit is contained in:
parent
70704be1ea
commit
c11fc557bf
73 changed files with 2241 additions and 9655 deletions
|
|
@ -352,6 +352,12 @@ class Lfm
|
|||
'as' => 'getRename',
|
||||
]);
|
||||
|
||||
// colorshue
|
||||
Route::get('/colorshue', [
|
||||
'uses' => 'ColorController@getColor',
|
||||
'as' => 'getColor',
|
||||
]);
|
||||
|
||||
// scale/resize
|
||||
Route::get('/resize', [
|
||||
'uses' => 'ResizeController@getResize',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue