mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.3
This commit is contained in:
@@ -71,6 +71,8 @@ Route::middleware(['auth','admin'])->group(function () {
|
||||
/** Local */
|
||||
Route::get('/admin/config/local' , 'LocalController@index');
|
||||
|
||||
/** Notification */
|
||||
Route::post('/admin/notication/mark/{id}','UserController@notificationmark');
|
||||
});
|
||||
|
||||
/* Other Route */
|
||||
|
||||
Reference in New Issue
Block a user