@riab/vendor-due-diligence 0.5.10 → 0.5.11-beta
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.
|
@@ -4129,7 +4129,8 @@ const Ql = (t, e) => {
|
|
|
4129
4129
|
}, Xl = {
|
|
4130
4130
|
local: "http://localhost/mrc_api/public/api",
|
|
4131
4131
|
uat: "https://api-uat.myriacompliance.com/api",
|
|
4132
|
-
production: "https://api.myriacompliance.com/api"
|
|
4132
|
+
production: "https://api.myriacompliance.com/api",
|
|
4133
|
+
demo: "https://api-demo.myriacompliance.com/api"
|
|
4133
4134
|
}, ed = window.location.pathname.split("/");
|
|
4134
4135
|
window.location.host === "localhost" ? `${window.location.origin}${ed[1].trim()}` : window.location.origin;
|
|
4135
4136
|
class td {
|