ALPHA 3.0.3

This commit is contained in:
TheGamecraft
2018-09-11 14:26:31 -04:00
parent 14cea968d2
commit d1c3d60791
11 changed files with 98 additions and 10 deletions

View File

@@ -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 */