Skip to content
Snippets Groups Projects
Verified Commit b84999c0 authored by Jonas Leder's avatar Jonas Leder
Browse files

move profile page

parent 91ee59df
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ class ProfileController extends AbstractController ...@@ -11,7 +11,7 @@ class ProfileController extends AbstractController
#[Route('/profile', name: 'app_profile')] #[Route('/profile', name: 'app_profile')]
public function index(): Response public function index(): Response
{ {
return $this->render('profile/index.html.twig', [ return $this->render('pages/profile.html.twig', [
'controller_name' => 'ProfileController', 'controller_name' => 'ProfileController',
]); ]);
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment