Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
75fdd0ac96
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