From 864a1d2a22580a33b5e928734fd256c2133fb672 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Sat, 3 Jan 2026 00:26:51 +0000 Subject: Adds camera streaming to frontend --- hsm-web/Client/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hsm-web/Client/src/config.js') 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` } -- cgit v1.2.1