update statics host

This commit is contained in:
derpystuff 2023-06-28 00:22:56 +02:00
parent 643c2f8bf4
commit 3fc57232bb
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ module.exports = {
} catch(e){ } catch(e){
console.log(e) console.log(e)
return await editOrReply(context, createEmbed("image", context, { return await editOrReply(context, createEmbed("image", context, {
url: "https://derpystuff.gitlab.io/webstorage4/v2/assets/screenshot/screenshot_error.png" url: "https://bignutty.gitlab.io/webstorage4/v2/assets/screenshot/screenshot_error.png"
})) }))
} }
} }

View file

@ -1,7 +1,7 @@
const Hosts = Object.freeze({ const Hosts = Object.freeze({
prod: "https://labscore-v2.vercel.app", prod: "https://labscore-v2.vercel.app",
local: "http://localhost", local: "http://localhost",
statics: "https://derpystuff.gitlab.io/webstorage4/v2/" statics: "https://bignutty.gitlab.io/webstorage4/v2/"
}) })
const Api = Object.freeze({ const Api = Object.freeze({