Update QBO callback.

This commit is contained in:
Patrick Fic
2023-07-27 11:41:08 -07:00
parent 4610be6f15
commit 744e1cf2be

View File

@@ -22,9 +22,9 @@ const oauthClient = new OAuthClient({
let url; let url;
if (process.env.NODE_ENV === "production") { if (process.env.NODE_ENV === "production") {
url = `https://imex.online`; url = `https://romeonline.io`;
} else if (process.env.NODE_ENV === "test") { } else if (process.env.NODE_ENV === "test") {
url = `https://test.imex.online`; url = `https://test.romeonline.io`;
} else { } else {
url = `http://localhost:3000`; url = `http://localhost:3000`;
} }