2 Commits

Author SHA1 Message Date
cbc7b52f96 change address of service 2021-01-24 16:43:39 +01:00
a0230690af fix 2021-01-21 16:51:40 +01:00
2 changed files with 7 additions and 8 deletions

View File

@ -1,9 +1,8 @@
server {
listen 80;
server_name hv-ui;
location / {
location /usr/share/nginx/html;
root /usr/share/nginx/html;
try_files $uri $uri/ /index.html;
}
}

View File

@ -1 +1 @@
export const serviceBaseUrl = "http://172.16.3.32:5000";
export const serviceBaseUrl = "http://172.16.10.29:5000";