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,