Scrounge bytes

This commit is contained in:
Ian Gulliver
2024-11-23 06:53:21 -08:00
parent 3b0be4338c
commit 75d5bb81ad

View File

@@ -199,7 +199,7 @@ async function page() {
<span id="curl"></span> <span id="curl"></span>
<sl-copy-button from="curl"></sl-copy-button> <sl-copy-button from="curl"></sl-copy-button>
<script> <script>
document.getElementById('curl').innerText = `curl -d m=test ${window.location.href}`; document.getElementById('curl').innerText = `curl -dm=test ${window.location.href.replace(/\/$/, '')}`;
</script> </script>
</div> </div>