fix: update DomainRefreshController

This commit is contained in:
Maël Gangloff
2024-07-21 19:47:25 +02:00
parent 8a5f69c333
commit c48f37696c
3 changed files with 6 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class HomeController extends AbstractController
#[Route(path: "/", name: "index")]
public function index(): Response
{
return $this->render('base.html.twig');
return $this->render('index.html.twig');
}