We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b816785 commit d153f95Copy full SHA for d153f95
1 file changed
frontend/static/js/disclose.js
@@ -98,7 +98,7 @@ function substituteTextRecursive(html, key, value) {
98
}
99
100
async function queryRedacted(token) {
101
- const URL = "https://localhost/api/disclose";
+ const URL = "/api/disclose";
102
103
return await fetch(`${URL}`, {
104
method: "GET",
0 commit comments