Skip to content

Commit

Permalink
Fixed mixed content error
Browse files Browse the repository at this point in the history
  • Loading branch information
hariesramdhani committed Feb 15, 2024
1 parent 82af466 commit 94fd80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let svg = d3.select(`#test`)
.append("g")
.attr("tranform", `translate(${margin.left}, ${margin.top})`);

let APIurl = `http://157.230.44.40/kpu`;
let APIurl = `https://157.230.44.40/kpu`;

// Make the number easier to read
let commaSeparate = (num) => {
Expand Down

0 comments on commit 94fd80f

Please sign in to comment.