Removed NGROK urls.
This commit is contained in:
@@ -68,7 +68,7 @@ export default connect(
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const response2 = await axios.post(
|
const response2 = await axios.post(
|
||||||
"http://e9c5a8ed9079.ngrok.io/qb/receivables",
|
"http://localhost:1337/qb/receivables",
|
||||||
response.data,
|
response.data,
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export function InvoiceExportButton({
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
PartnerResponse = await axios.post(
|
PartnerResponse = await axios.post(
|
||||||
"http://e9c5a8ed9079.ngrok.io/qb/",
|
"http://localhost:1337/qb/",
|
||||||
QbXmlResponse.data
|
QbXmlResponse.data
|
||||||
);
|
);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ export function JobsCloseExportButton({ bodyshop, jobId, disabled }) {
|
|||||||
let PartnerResponse;
|
let PartnerResponse;
|
||||||
try {
|
try {
|
||||||
PartnerResponse = await axios.post(
|
PartnerResponse = await axios.post(
|
||||||
"http://e9c5a8ed9079.ngrok.io/qb/",
|
"http://localhost:1337/qb/",
|
||||||
QbXmlResponse.data,
|
QbXmlResponse.data,
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user