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