+ Update notifications routes
This commit is contained in:
parent
c7ebd80755
commit
ec47ea5d5e
|
@ -138,4 +138,8 @@
|
|||
$router->post('saveAgent', 'NotificationServiceController@post');
|
||||
});
|
||||
|
||||
$router->group(['prefix'=>'/notifications' , 'middleware' => 'auth:api'], function () use ($router) {
|
||||
$router->post('', 'NotificationServiceController@post');
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue