Added QBXML Creation and posting to localhost. BOD-83
This commit is contained in:
@@ -39,10 +39,14 @@ app.post("/test", async function (req, res) {
|
||||
res.status(200).send("OK");
|
||||
});
|
||||
|
||||
//Invoicing-IIF
|
||||
//Accounting-IIF
|
||||
const accountingIIF = require("./server/accounting/iif/iif");
|
||||
app.post("/accounting/iif/receivables", accountingIIF.receivables);
|
||||
|
||||
//Invoicing-IIF
|
||||
const accountQbxml = require("./server/accounting/qbxml/qbxml");
|
||||
app.post("/accounting/qbxml/receivables", accountQbxml.receivables);
|
||||
|
||||
//Cloudinary Media Paths
|
||||
var media = require("./server/media/media");
|
||||
app.post("/media/sign", media.createSignedUploadURL);
|
||||
|
||||
Reference in New Issue
Block a user