update prod

This commit is contained in:
joseph le 2023-10-10 09:31:24 +07:00
parent 17cb02d599
commit ca18146b23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ export const checkIndexSN = async (content, beginLine, nameF) => {
{ headers: { Authorization: "Bearer " + token } }
);
if (Env.get("RUN_ENV") !== "prod") {
if (Env.get("RUN_ENV") === "prod") {
const response_int = await axios.post(
"https://int.ipsupply.com.au/api/transferPostData",
data,