diff --git a/routes/web.php b/routes/web.php index fcdc65df09..4644f41ffb 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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',