mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -08:00
Fixed v6 bug 500 server error when trying to checkin [sc-17711]
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f6d5d6cc09
commit
250f6b6fb8
|
@ -23,7 +23,7 @@ Route::group(['prefix' => 'components', 'middleware' => ['auth']], function () {
|
||||||
Route::post(
|
Route::post(
|
||||||
'{componentID}/checkin/{backto?}',
|
'{componentID}/checkin/{backto?}',
|
||||||
[Components\ComponentCheckinController::class, 'store']
|
[Components\ComponentCheckinController::class, 'store']
|
||||||
)->name('checkout/component');
|
)->name('component.checkin.save');
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue