Add table developer page, with api docs

This commit is contained in:
2023-03-28 09:38:41 -05:00
parent 49f49e4695
commit af6c000e14
7 changed files with 4073 additions and 566 deletions

View File

@ -52,4 +52,5 @@ module.exports = function (app)
app.use("/processes", getRequestHandler());
app.use("/reports", getRequestHandler());
app.use("/images", getRequestHandler());
app.use("/api", getRequestHandler());
};