working on directory creation

This commit is contained in:
2025-09-30 14:02:15 +02:00
parent 683d9d3430
commit f57be465a9
2 changed files with 59 additions and 28 deletions

View File

@@ -39,7 +39,7 @@
alert(url);
const res = await fetch(url,{
credentials: 'include',
method: 'PUT'
method: 'POST'
});
if (res.ok) {
yikes();