mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed route name for appending models to kit
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
7c82f5670b
commit
bda5d13c2b
|
@ -1000,7 +1000,7 @@ Route::group(['prefix' => 'v1', 'middleware' => ['api', 'throttle:'.config('app.
|
||||||
Route::post('models',
|
Route::post('models',
|
||||||
[
|
[
|
||||||
Api\PredefinedKitsController::class,
|
Api\PredefinedKitsController::class,
|
||||||
'storeModels'
|
'storeModel'
|
||||||
]
|
]
|
||||||
)->name('api.kits.models.store');
|
)->name('api.kits.models.store');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue