+ Remove security on Notification
This commit is contained in:
parent
c76ed0ef2f
commit
20e022828e
|
@ -118,7 +118,7 @@
|
|||
/**
|
||||
* Routes for Notification Service
|
||||
*/
|
||||
$router->group(['prefix' => '/'.env('NOTIFICATION_SERVICE_NAME') ,'middleware' => 'auth:api'], function () use ($router){
|
||||
$router->group(['prefix' => '/'.env('NOTIFICATION_SERVICE_NAME')], function () use ($router){
|
||||
// OneSingal routes
|
||||
$router->group(['prefix'=>'/onesignal'], function () use ($router) {
|
||||
$router->post('saveUser', 'NotificationServiceController@post');
|
||||
|
|
Loading…
Reference in New Issue