fix: base url
This commit is contained in:
+2
-2
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user