working on directory creation
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
alert(url);
|
||||
const res = await fetch(url,{
|
||||
credentials: 'include',
|
||||
method: 'PUT'
|
||||
method: 'POST'
|
||||
});
|
||||
if (res.ok) {
|
||||
yikes();
|
||||
|
||||
Reference in New Issue
Block a user