aboutsummaryrefslogtreecommitdiff
path: root/hsm-web/Client/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'hsm-web/Client/src/config.js')
-rw-r--r--hsm-web/Client/src/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/hsm-web/Client/src/config.js b/hsm-web/Client/src/config.js
index b8e9a98..b2217b7 100644
--- a/hsm-web/Client/src/config.js
+++ b/hsm-web/Client/src/config.js
@@ -1,3 +1,3 @@
module.exports = {
- api: 'http://192.168.8.170:3000'
+ api: `http://${window.location.hostname}:3000`
}