Skip to content
Snippets Groups Projects
Commit 90c5fea7 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Add dynamic host for backend

parent ca34e6ae
No related branches found
No related tags found
No related merge requests found
let rootUrl = 'http://dmn.fg-bks.uni-koblenz.de:8080/';
let rootUrl = 'http://' + window.location.hostname + ':8080/';
let dmnApi = rootUrl + 'api/dmn/';
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment