build: voce.chat

This commit is contained in:
Tristan Yang
2022-06-28 11:22:53 +08:00
parent aa7c740bcf
commit 7f2b39ec36
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// const BASE_URL = `${location.origin}/api`;
const BASE_URL = `https://dev.rustchat.com/api`;
const BASE_URL = `https://dev.voce.chat/api`;
export const CACHE_VERSION = `0.3.0`;
export const ContentTypes = {
text: "text/plain",