IO-594 Create schedulable AH export.

This commit is contained in:
Patrick Fic
2021-07-20 16:25:08 -07:00
parent 3e1663bf18
commit 3b992edc21
11 changed files with 233 additions and 65 deletions

View File

@@ -139,7 +139,7 @@ app.post("/qbo/authorize", qbo.authorize);
app.get("/qbo/callback", qbo.callback);
var data = require("./server/data/data");
app.get("/data/ah", data.autohouse);
app.post("/data/ah", data.autohouse);
var ioevent = require("./server/ioevent/ioevent");
app.post("/ioevent", ioevent.default);