diff --git a/src/app/config.js b/src/app/config.js index d21b4cae..f09f9e0e 100644 --- a/src/app/config.js +++ b/src/app/config.js @@ -1,5 +1,5 @@ -const BASE_URL = `${location.origin}/api`; -// const BASE_URL = `https://dev.rustchat.com/api`; +// const BASE_URL = `${location.origin}/api`; +const BASE_URL = `https://dev.rustchat.com/api`; export const CACHE_VERSION = `0.2.16`; export const ContentTypes = { text: "text/plain",