update notification

This commit is contained in:
Mathieu Lagace
2020-07-27 16:41:28 -04:00
parent c16d1e7e95
commit 2d64d6d422
28 changed files with 1167 additions and 47 deletions

View File

@@ -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();