Skip to content

Commit bc299f8

Browse files
committed
fix bugs
1 parent e1f4841 commit bc299f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soundboxBooking.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function listInclude(d,c,r){
4444
async function getRegisted(){
4545
const geturl = "https://soundbox.v1an.xyz/getBookedSoundbox";
4646
try {
47-
const response = await fetch(queryUrl, {
47+
const response = await fetch(geturl, {
4848
method: 'GET',
4949
credentials: 'include',
5050
});

0 commit comments

Comments
 (0)