v3.5.0 push 3

This commit is contained in:
DJj123dj
2023-12-13 12:27:01 +01:00
parent 3447a37603
commit d51511fdb5
9 changed files with 105 additions and 24 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ const getLivestatus = (local) => {
}
}else{
try {
axios.get("https://livestatus.dj-dj.be/openticket.json").then((res) => {
axios.get("https://apis.dj-dj.be/livestatus/announcements/openticket.json").then((res) => {
const livestatus = res.data
if (!Array.isArray(livestatus)) return resolve(false)
if (!livestatus) return resolve(false)