+ Update notifications routes
This commit is contained in:
parent
ec47ea5d5e
commit
1c3f86fd4d
|
@ -140,6 +140,7 @@
|
||||||
|
|
||||||
$router->group(['prefix'=>'/notifications' , 'middleware' => 'auth:api'], function () use ($router) {
|
$router->group(['prefix'=>'/notifications' , 'middleware' => 'auth:api'], function () use ($router) {
|
||||||
$router->post('', 'NotificationServiceController@post');
|
$router->post('', 'NotificationServiceController@post');
|
||||||
|
$router->put('update/{id_notif}', 'NotificationServiceController@put');
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue