media Datenbank

This commit is contained in:
Kevin Adametz 2019-11-14 20:29:01 +01:00
parent 70704be1ea
commit c11fc557bf
73 changed files with 2241 additions and 9655 deletions

View file

@ -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',