Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2023-04-26 09:54:44 -07:00
commit 75fdd0ac96

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