Prepare for deployment
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
tooltip.style.color = "white";
|
||||
tooltip.style.borderRadius = "4px";
|
||||
tooltip.style.fontSize = "12px";
|
||||
tooltip.style.visibility = "visible";
|
||||
tooltip.style.visibility = "hidden";
|
||||
tooltip.style.whiteSpace = "nowrap";
|
||||
tooltip.style.zIndex = "1000";
|
||||
document.body.appendChild(tooltip);
|
||||
@@ -151,7 +151,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
const url = "http://localhost:8080/api/result/{{ .PollId }}"
|
||||
const url = "/api/result/{{ .PollId }}"
|
||||
|
||||
fetch(url, {method: "GET"})
|
||||
.then(response => {
|
||||
|
||||
Reference in New Issue
Block a user