diff --git a/backplaces/sunrise/sunrise.js b/backplaces/sunrise/sunrise.js index b2f7654..4118942 100644 --- a/backplaces/sunrise/sunrise.js +++ b/backplaces/sunrise/sunrise.js @@ -62,7 +62,7 @@ async function writePost(){ var post = document.getElementById('username2').value; var name = document.getElementById('user-message2').value; console.log(post,name); - var url = '../writepost.php?post='+ post + '&name=' + name; + var url = './writepost.php?post='+ post + '&name=' + name; let response = await fetch(url); console.log(response); console.log(response.text());