Fixed #12918 - wrong toite for clone location
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
19554a7dc2
commit
b6889ff399
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue