Skip to content

Commit

Permalink
Fix invalid url
Browse files Browse the repository at this point in the history
I forgot to uncomment a local test url
  • Loading branch information
nsg committed May 23, 2023
1 parent 6fb982e commit 13936ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/5xx.http
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Content-Type: text/html

<script>
function do_request() {
const request = new Request("http://127.0.0.1/haproxy/;csv")
const request = new Request("/haproxy/;csv")
fetch(request).then((response) => {
if (response.status === 200) {
return response.text()
Expand Down

0 comments on commit 13936ea

Please sign in to comment.