review homepage

This commit is contained in:
2025-03-22 12:10:01 +01:00
parent 40274c306c
commit fd472ca39e
5 changed files with 744 additions and 253 deletions

View File

@ -289,3 +289,7 @@ app_slide:
app_home_user:
path: /{userpseudo}
defaults: { _controller: App\Controller\HomeController:user }
app_home_userhero:
path: /hero/{userpseudo}
defaults: { _controller: App\Controller\HomeController:userhero }