mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
v3.0.7a
This commit is contained in:
@@ -92,6 +92,8 @@ Route::middleware(['auth','admin'])->group(function () {
|
||||
Route::get('/admin/profil/edit/avatar/{id}' , 'UserController@editUserAvatar');
|
||||
Route::get('/admin/profil/{id?}' , 'UserController@showUserProfil');
|
||||
|
||||
/** Files */
|
||||
Route::get('/admin/files','FilesController@index');
|
||||
});
|
||||
|
||||
Route::middleware(['auth','staff'])->group(function () {
|
||||
|
||||
Reference in New Issue
Block a user