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