From 44fd87d19f56152b90b33439d0c4bbe752fe47d8 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 8 Feb 2024 19:07:52 +0100 Subject: [PATCH] test --- src/utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils.js b/src/utils.js index be79aaa..776a4fa 100644 --- a/src/utils.js +++ b/src/utils.js @@ -28,6 +28,8 @@ if (window.location.hostname === "localhost" && window.location.port === "") { // wsAddress = `${wssProtocol}${window.location.hostname}/ws`; } +console.log("Consta", Constants.PRIVACY_POLICY_URL); + export const Constants = { TEXT_EMPTY_PLACEHOLDER: "-/-", API_ADDRESS: apiAddress,