Introduce Angular Chat Component with SSE integration for real-time updates.

This commit is contained in:
2026-07-19 00:22:54 +02:00
parent 04ca05cd14
commit aa0c61cf5e
8 changed files with 119 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"/api": {
"target": "http://localhost:8080",
"target": "http://10.0.0.121:8080",
"secure": false,
"changeOrigin": true
}