mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-06 06:35:36 +00:00
Removed extra api in prefix, added v1
This commit is contained in:
@ -16,7 +16,7 @@ use App\Models\Statuslabel;
|
||||
|
|
||||
*/
|
||||
|
||||
Route::group([ 'middleware' => 'auth:api' ], function () {
|
||||
Route::group(['prefix' => 'v1', 'middleware' => 'auth:api'], function () {
|
||||
|
||||
/*---Hardware API---*/
|
||||
Route::group([ 'prefix' => 'hardware','middleware' => ['web','auth','authorize:assets.view']], function () {
|
||||
|
||||
Reference in New Issue
Block a user