mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: update DomainRefreshController
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user