mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed #12918 - wrong toite for clone location
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
19554a7dc2
commit
b6889ff399
|
@ -50,7 +50,7 @@ Route::group(['middleware' => 'auth'], function () {
|
|||
|
||||
Route::get('{locationId}/clone',
|
||||
[LocationsController::class, 'getClone']
|
||||
)->name('clone/license');
|
||||
)->name('clone/location');
|
||||
|
||||
Route::get(
|
||||
'{locationId}/printassigned',
|
||||
|
|
Loading…
Reference in a new issue