fix: base url

This commit is contained in:
zerosoul
2022-05-31 11:33:47 +08:00
parent dd61fe5882
commit a728307025
+2 -2
View File
@@ -1,5 +1,5 @@
const BASE_URL = `${location.origin}/api`; // const BASE_URL = `${location.origin}/api`;
// const BASE_URL = `https://dev.rustchat.com/api`; const BASE_URL = `https://dev.rustchat.com/api`;
export const CACHE_VERSION = `0.2.16`; export const CACHE_VERSION = `0.2.16`;
export const ContentTypes = { export const ContentTypes = {
text: "text/plain", text: "text/plain",