update prod
This commit is contained in:
parent
17cb02d599
commit
ca18146b23
|
|
@ -187,7 +187,7 @@ export const checkIndexSN = async (content, beginLine, nameF) => {
|
||||||
{ headers: { Authorization: "Bearer " + token } }
|
{ headers: { Authorization: "Bearer " + token } }
|
||||||
);
|
);
|
||||||
|
|
||||||
if (Env.get("RUN_ENV") !== "prod") {
|
if (Env.get("RUN_ENV") === "prod") {
|
||||||
const response_int = await axios.post(
|
const response_int = await axios.post(
|
||||||
"https://int.ipsupply.com.au/api/transferPostData",
|
"https://int.ipsupply.com.au/api/transferPostData",
|
||||||
data,
|
data,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue