This commit is contained in:
shafi54 2026-02-08 16:05:54 +05:30
parent ee0b71fcd3
commit c7412d774a
2 changed files with 3 additions and 3 deletions

View file

@ -384,7 +384,7 @@ export const orderRouter = router({
}); });
if (userDetail?.isSuspended) { if (userDetail?.isSuspended) {
throw new ApiError("You are suspended from placing orders", 403); throw new ApiError("Unable to place order", 403);
} }
const { const {

View file

@ -64,9 +64,9 @@ const isDevMode = Constants.executionEnvironment !== "standalone";
// const BASE_API_URL = 'http://10.0.2.2:4000'; // const BASE_API_URL = 'http://10.0.2.2:4000';
// const BASE_API_URL = 'http://192.168.100.101:4000'; // const BASE_API_URL = 'http://192.168.100.101:4000';
// const BASE_API_URL = 'http://192.168.1.3:4000'; // const BASE_API_URL = 'http://192.168.1.3:4000';
// let BASE_API_URL = "https://mf.freshyo.in"; let BASE_API_URL = "https://mf.freshyo.in";
// let BASE_API_URL = 'http://192.168.100.104:4000'; // let BASE_API_URL = 'http://192.168.100.104:4000';
let BASE_API_URL = 'http://192.168.29.176:4000'; // let BASE_API_URL = 'http://192.168.29.176:4000';
// if(isDevMode) { // if(isDevMode) {
// } // }