Removed NGROK urls.

This commit is contained in:
Patrick Fic
2020-06-02 17:57:54 -07:00
parent 59f21b95b1
commit d99dd89d67
3 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ export default connect(
try {
const response2 = await axios.post(
"http://e9c5a8ed9079.ngrok.io/qb/receivables",
"http://localhost:1337/qb/receivables",
response.data,
{
headers: {

View File

@@ -54,7 +54,7 @@ export function InvoiceExportButton({
try {
PartnerResponse = await axios.post(
"http://e9c5a8ed9079.ngrok.io/qb/",
"http://localhost:1337/qb/",
QbXmlResponse.data
);
} catch (error) {

View File

@@ -44,7 +44,7 @@ export function JobsCloseExportButton({ bodyshop, jobId, disabled }) {
let PartnerResponse;
try {
PartnerResponse = await axios.post(
"http://e9c5a8ed9079.ngrok.io/qb/",
"http://localhost:1337/qb/",
QbXmlResponse.data,
{
headers: {