Completed job history

This commit is contained in:
CHIEFSOFT\ameye
2024-08-22 05:08:38 -04:00
parent 1e45f85a42
commit 9ac07d845b
3 changed files with 40 additions and 0 deletions
+2
View File
@@ -13,4 +13,6 @@ module.exports = function(app) {
.post(controller.newJobPublish);
app.route('/contractHx')
.get(controller.contractHx);
app.route('/completedHx')
.get(controller.completedHx);
};