Minor fixes.

This commit is contained in:
Patrick Fic
2025-11-25 12:47:47 -08:00
parent 46b4523ed8
commit c79556c04a
2 changed files with 2 additions and 2 deletions

2
env.js
View File

@@ -3,7 +3,7 @@ import * as Updates from "expo-updates";
const ENV = {
test: {
DEMO_MODE: true,
DEMO_MODE: false,
API_URL: "https://api.test.imex.online",
uri: "https://db.test.bodyshop.app/v1/graphql",
wsuri: "wss://db.test.bodyshop.app/v1/graphql",