feat(chat): send online user in a single socketio message

This commit is contained in:
Maieul BOYER 2025-12-18 13:51:06 +01:00 committed by Maix0
parent 41fdbfbaaa
commit bcba86ed8a
9 changed files with 42 additions and 78 deletions

View file

@ -1,4 +1,4 @@
#forward the post request to the microservice
location /api/auth/ {
proxy_pass http://auth;
proxy_pass http://app-auth;
}