add chat as own route

This commit is contained in:
team 1
2026-05-11 11:18:36 +02:00
parent a29e395806
commit 919f78a517
7 changed files with 420 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
This patch intentionally removes public/index.html.
Reason:
If public/index.html remains in the document root, many web servers serve it before public/index.php and the Symfony route / will not reach App\Controller\Chat\ChatController.
When applying this patch manually, delete:
public/index.html