mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 15:13:04 -04:00
update statics host
This commit is contained in:
parent
643c2f8bf4
commit
3fc57232bb
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue