Fixed #12918 - wrong toite for clone location

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-04-26 09:52:13 -07:00
parent 19554a7dc2
commit b6889ff399

View file

@ -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',