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