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