Update
This commit is contained in:
@@ -60,7 +60,7 @@ Route::prefix('v1')->group(function() {
|
||||
//Notification
|
||||
Route::controller(NotificationController::class)->group(function() {
|
||||
//get notifications
|
||||
Route::get('notifications/{hospital_id}', 'getNotifications');
|
||||
Route::get('notifications/{user_id}', 'getNotifications');
|
||||
//Set read notification
|
||||
Route::post('set-read-notification', 'setReadNotification');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user