refactor: pull up message feed
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ export const PAYMENT_URL_PREFIX =
|
||||
process.env.NODE_ENV === "production"
|
||||
? `https://vera.nicegoodthings.com`
|
||||
: `http://localhost:4000`;
|
||||
export const CACHE_VERSION = `0.3.32`;
|
||||
export const CACHE_VERSION = `0.3.33`;
|
||||
export const GuestRoutes = ["/", "/chat", "/chat/channel/:channel_id"];
|
||||
export const ContentTypes = {
|
||||
text: "text/plain",
|
||||
|
||||
Reference in New Issue
Block a user