mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:44:30 -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)
|
->namespace($this->namespace)
|
||||||
->group(base_path('routes/shop.php'));
|
->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