production and staging(development)

This commit is contained in:
2026-04-30 12:06:48 +03:00
parent 2133cd830f
commit f6d0adea4c
5 changed files with 35 additions and 14 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export class GlobalConstants {
return `${environment.host_name}/api`;
}else {
//return `${environment.host_name}:${environment.port}/api`;
return `/api`; // in serve mode used proxy (proxy.conf.json)
return `/api`; // in serve mode used proxy (proxy.conf.docker.json)
}
})();