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

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