mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -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',
|
||||
[
|
||||
Api\PredefinedKitsController::class,
|
||||
'storeModels'
|
||||
'storeModel'
|
||||
]
|
||||
)->name('api.kits.models.store');
|
||||
|
||||
|
|
Loading…
Reference in a new issue