feat(chat): send online user in a single socketio message
This commit is contained in:
parent
41fdbfbaaa
commit
bcba86ed8a
9 changed files with 42 additions and 78 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#forward the post request to the microservice
|
||||
location /api/auth/ {
|
||||
proxy_pass http://auth;
|
||||
proxy_pass http://app-auth;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue