mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.1j
This commit is contained in:
@@ -33,6 +33,11 @@ Route::patch('/admin/calendar/edit/{id}', ['uses' =>'CalendarController@patch'])
|
||||
|
||||
Route::get('/admin/log' , 'LogController@index');
|
||||
|
||||
Route::get('/admin/messages' , 'MessageController@index');
|
||||
|
||||
Route::get('/admin/users' , 'UserController@index');
|
||||
|
||||
|
||||
/* Other Route */
|
||||
Route::get('/test', function () {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user