enh
This commit is contained in:
parent
ee0b71fcd3
commit
c7412d774a
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
// }
|
// }
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue