Embed HTML

This commit is contained in:
2025-08-07 23:01:28 +02:00
parent f63826e2ea
commit 1232368e25
6 changed files with 9 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ curl -O {{.BaseURL}}/uploads/abc123.../myfile.txt</code></pre>
<script>
async function loadStorageInfo() {
try {
const response = await fetch('{{.BaseURL}}/storage');
const response = await fetch('/storage');
const data = await response.json();
const storage = data.storage;