- Temporally removing security on notifications routes
This commit is contained in:
parent
e51e010ab7
commit
5f0b4bb81d
|
@ -155,7 +155,8 @@
|
|||
$router->post('saveAgent', 'NotificationServiceController@post');
|
||||
});
|
||||
|
||||
$router->group(['prefix'=>'/notifications' , 'middleware' => 'auth:api'], function () use ($router) {
|
||||
// $router->group(['prefix'=>'/notifications' , 'middleware' => 'auth:api'], function () use ($router) {
|
||||
$router->group(['prefix'=>'/notifications'], function () use ($router) {
|
||||
$router->post('', 'NotificationServiceController@post');
|
||||
$router->put('update/{id_notif}', 'NotificationServiceController@put');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue