Rework ZoneController methods and paths, no functional changes

This commit is contained in:
2023-10-05 22:27:25 +11:00
parent fda68bba04
commit 27985dbf0b
7 changed files with 16 additions and 18 deletions

View File

@@ -126,9 +126,4 @@ class ZoneController extends Controller
'default' => (bool)$request->set,
]);
}
public function home()
{
return view('zone.home');
}
}