+ Remove security on Notification

This commit is contained in:
Djery-Tom 2020-08-05 11:20:05 +01:00
parent c76ed0ef2f
commit 20e022828e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
/** /**
* Routes for Notification Service * 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 // OneSingal routes
$router->group(['prefix'=>'/onesignal'], function () use ($router) { $router->group(['prefix'=>'/onesignal'], function () use ($router) {
$router->post('saveUser', 'NotificationServiceController@post'); $router->post('saveUser', 'NotificationServiceController@post');