INA-7 | Map vendors api routes
This commit is contained in:
parent
38799fcd96
commit
1daed11b7c
1 changed files with 8 additions and 0 deletions
|
|
@ -121,4 +121,12 @@ class RouteServiceProvider extends ServiceProvider
|
|||
->namespace($this->namespace)
|
||||
->group(base_path('routes/shop.php'));
|
||||
}
|
||||
|
||||
protected function mapVendorsApiRoutes()
|
||||
{
|
||||
Route::prefix('')
|
||||
->middleware('vendor')
|
||||
->namespace($this->namespace)
|
||||
->group(base_path('routes/contact.php'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue