mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 14:54:31 -04:00
INA-7 | Map vendors api routes
This commit is contained in:
parent
38799fcd96
commit
1daed11b7c
@ -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…
x
Reference in New Issue
Block a user