diff options
Diffstat (limited to 'hsm-web/Client/src/config.js')
| -rw-r--r-- | hsm-web/Client/src/config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hsm-web/Client/src/config.js b/hsm-web/Client/src/config.js new file mode 100644 index 0000000..b2217b7 --- /dev/null +++ b/hsm-web/Client/src/config.js @@ -0,0 +1,3 @@ +module.exports = { + api: `http://${window.location.hostname}:3000` +} |
