Remove defalut auth:api middleware
This commit is contained in:
parent
268953862f
commit
c0b95238c9
|
@ -69,7 +69,7 @@ protected function mapWebRoutes()
|
|||
protected function mapApiRoutes()
|
||||
{
|
||||
Route::group([
|
||||
'middleware' => ['api', 'auth:api'],
|
||||
'middleware' => ['api'],
|
||||
'namespace' => $this->namespace,
|
||||
'prefix' => 'api',
|
||||
], function ($router) {
|
||||
|
|
Loading…
Reference in New Issue