Merge branch 'development' into f034_merge_dev

This commit is contained in:
2025-07-09 08:12:02 +02:00
9 changed files with 98 additions and 28 deletions

View File

@@ -208,7 +208,7 @@
url.pathname += `/${filename}`;
try {
const response = await fetch(`api/${url}`, { method: 'DELETE' });
const response = await fetch(`/api${url.pathname}`, { method: 'DELETE' });
if (response.status == 204) {
setTimeout(() => {
window.location.reload();