Skip to content

Commit

Permalink
remove start route
Browse files Browse the repository at this point in the history
  • Loading branch information
holzi1005 committed Nov 22, 2024
1 parent d9ce074 commit 0ec369d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Controller/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ public function __construct(
$this->filesystem = new Filesystem();
}

#[Route('/', name: 'app_start')]
public function start(): Response
{
return $this->redirectToRoute('app_dashboard');
}

#[Route('/filemanager', name: 'app_dashboard')]
public function dashboard(): Response
{
Expand Down

0 comments on commit 0ec369d

Please sign in to comment.