Embed HTML
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user