mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Updated route
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
05e278d08b
commit
beb0836d69
|
@ -13,7 +13,7 @@ Route::group(['prefix' => 'accessories', 'middleware' => ['auth']], function ()
|
||||||
)->name('accessories.checkout.show');
|
)->name('accessories.checkout.show');
|
||||||
|
|
||||||
Route::post(
|
Route::post(
|
||||||
'{accessoryID}/checkout',
|
'{accessory}/checkout',
|
||||||
[Accessories\AccessoryCheckoutController::class, 'store']
|
[Accessories\AccessoryCheckoutController::class, 'store']
|
||||||
)->name('accessories.checkout.store');
|
)->name('accessories.checkout.store');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue