mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update domain
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { ref } from 'vue'
|
||||
|
||||
const debugAPI = import.meta.env.VITE_DEBUG_API
|
||||
const releseAPI = `https://vtsuru.suki.club/api/`
|
||||
const releseAPI = `${document.location.protocol}//api.vtsuru.live/api/`
|
||||
|
||||
export const isBackendUsable = ref(true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user