added accounts route

This commit is contained in:
Maksim Chegulov 2023-12-22 12:39:54 +03:00
parent 830c93f2a7
commit 289f9125d5

View File

@ -276,7 +276,7 @@ server {
proxy_pass http://127.0.0.1:5007;
}
location ~* /(people|group) {
location ~* /(people|group|accounts) {
proxy_pass http://127.0.0.1:5004;
}