wip: renders calendar with demo data

This commit is contained in:
2025-08-23 09:22:02 -05:00
parent 4e1adc576c
commit 2f7d406d12
4 changed files with 140 additions and 4 deletions

View File

@@ -53,9 +53,6 @@ final class IndexController extends AbstractController
#[Route('/test')]
public function monitorTvShow(): Response
{
$this->monitorTvShowHandler->handle(new MonitorTvShowCommand(96));
return $this->json([
'Success' => 'Monitor added'
]);
return $this->render('index/test.html.twig', []);
}
}