Commit 027d65d6 authored by Sebastian's avatar Sebastian

Update such that jio is working. Using hard-coded hateoas url as of now

parent 324e20ff
......@@ -66,9 +66,13 @@
}
// Calculate erp5 hateoas url
setting.hateoas_url = (new URI(gadget.props.hateoas_url))
.absoluteTo(location.href)
.toString();
//setting.hateoas_url = (new URI(gadget.props.hateoas_url))
// .absoluteTo(location.href)
// .toString();
// TODO HARDCODED - BAD
setting.hateoas_url =
"https://softinst86155.host.vifib.net/erp5/web_site_module/renderjs_runner/hateoas/";
if (setting.hasOwnProperty('service_worker_url') &&
(setting.service_worker_url !== '')) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment