We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f4841 commit bc299f8Copy full SHA for bc299f8
soundboxBooking.js
@@ -44,7 +44,7 @@ function listInclude(d,c,r){
44
async function getRegisted(){
45
const geturl = "https://soundbox.v1an.xyz/getBookedSoundbox";
46
try {
47
- const response = await fetch(queryUrl, {
+ const response = await fetch(geturl, {
48
method: 'GET',
49
credentials: 'include',
50
});
0 commit comments