Commit 20be49b7 authored by Sebastien Robin's avatar Sebastien Robin

do not hardcode url of platform url

parent af8f94a6
......@@ -8,7 +8,7 @@
};
priv.getUrl = function() {
return "http://localhost:5000/"
return $(document)[0].baseURI + "/dream_platform/"
};
priv.initJsPlumb = function () {
......
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