Skip to content
Snippets Groups Projects
Commit 90b6bc8c authored by Florian Burgener's avatar Florian Burgener
Browse files

Fix wrong filename

parent 849f697b
Branches patch-1
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ const callApi = (url, callback) => {
});
};
callApi('/public-config', data => {
callApi('/public-config.json', data => {
const BASE_URL = "http://" + data.backend_ip_address + "/api/v1";
callApi(BASE_URL + '/cv/summary', data => {
......
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