fix api namespace name #36
This commit is contained in:
@@ -70,7 +70,7 @@ class RouteServiceProvider extends ServiceProvider
|
|||||||
'api',
|
'api',
|
||||||
'api.auth',
|
'api.auth',
|
||||||
],
|
],
|
||||||
'namespace' => $this->namespace."\\API",
|
'namespace' => $this->namespace."\\Api",
|
||||||
'prefix' => 'api',
|
'prefix' => 'api',
|
||||||
'as' => 'api.',
|
'as' => 'api.',
|
||||||
], function ($router) {
|
], function ($router) {
|
||||||
|
|||||||
Reference in New Issue
Block a user