Skip to content

Commit

Permalink
removed media routes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjawad096 committed Jun 1, 2021
1 parent 056593e commit 6adf6c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/routes/grapesjs.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@

Route::get('editor/{model}/{editable}/templates', 'EditorController@templates')->name('editor.model.templates');
Route::get('editor/templates', 'EditorController@templates')->name('editor.templates');

Route::get('media/{media}', 'MediaController@show')->name('media.show');
Route::post('media', ['MediaController@store'])->name('media.store');
Route::delete('media', ['MediaController@removeTemp'])->name('media.temp.delete');
Route::delete('media/{media}', ['MediaController@destroy'])->name('media.destroy');
});

0 comments on commit 6adf6c7

Please sign in to comment.