mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
update notification
This commit is contained in:
@@ -87,6 +87,9 @@ Route::middleware('auth:api')->group(function () {
|
||||
|
||||
Route::delete('/ocom/{id}','OCOMController@destroy');
|
||||
|
||||
Route::post('/notification/{id}/read','NotificationController@markAsRead');
|
||||
Route::get('/notification/allRead','NotificationController@markAllAsRead');
|
||||
|
||||
});
|
||||
Route::get('/admin/ping', function(){
|
||||
$users = \App\User::all();
|
||||
|
||||
Reference in New Issue
Block a user