Add query time tracking to IO Events.
This commit is contained in:
@@ -136,6 +136,9 @@ app.get("/qbo/callback", qbo.callback);
|
||||
var data = require("./server/data/data");
|
||||
app.get("/data/ah", data.autohouse);
|
||||
|
||||
var ioevent = require("./server/ioevent/ioevent");
|
||||
app.post("/ioevent", ioevent.default);
|
||||
|
||||
app.get("/", async function (req, res) {
|
||||
res.status(200).send("Access Forbidden.");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user