summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 7c77e8e..0a65520 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -69,7 +69,7 @@
/>
</head>
<body>
- <button hx-get="/getindex" hx-headers='js:{"X-Token": gettoken()}' hx-target="#index">list</button>
+ <button hx-get="{{.ProxyPrefix}}/getindex" hx-headers='js:{"X-Token": gettoken()}' hx-target="#index">list</button>
<div id="index"></div>
<pre>
_