+ Update notifications routes

This commit is contained in:
Djery-Tom 2020-08-21 15:00:07 +01:00
parent c7ebd80755
commit ec47ea5d5e
1 changed files with 4 additions and 0 deletions

View File

@ -138,4 +138,8 @@
$router->post('saveAgent', 'NotificationServiceController@post');
});
$router->group(['prefix'=>'/notifications' , 'middleware' => 'auth:api'], function () use ($router) {
$router->post('', 'NotificationServiceController@post');
});
});