Job count path

This commit is contained in:
CHIEFSOFT\ameye
2024-09-06 11:08:09 -04:00
parent 9ed4283c39
commit 4afe0ce629
3 changed files with 37 additions and 1 deletions
+2
View File
@@ -15,4 +15,6 @@ module.exports = function(app) {
.get(controller.contractHx);
app.route('/completedHx')
.get(controller.completedHx);
app.route('/interestCount')
.get(controller.interestCount);
};