@heliyos/heliyos-api-core 1.0.49 → 1.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/allowedOrigin.js +1 -1
- package/package.json +1 -1
package/dist/allowedOrigin.js
CHANGED
|
@@ -20,7 +20,7 @@ const allowedOrigin = (origin) => {
|
|
|
20
20
|
local: ["http://dev.heliyos.ai"],
|
|
21
21
|
development: ["https://dev.heliyos.ai"],
|
|
22
22
|
staging: ["https://staging.heliyos.ai"],
|
|
23
|
-
production: ["https://
|
|
23
|
+
production: ["https://gtm.heliyos.ai"],
|
|
24
24
|
};
|
|
25
25
|
// Construct the final URL
|
|
26
26
|
const allowed_origin_urls = urls[env];
|