job micro

This commit is contained in:
CHIEFSOFT\ameye
2024-07-12 12:53:55 -04:00
parent 6635f2e3ef
commit 43ae5f7aa5
3 changed files with 40 additions and 0 deletions
+2
View File
@@ -11,4 +11,6 @@ module.exports = function(app) {
.get(controller.getStatus);
app.route('/jobAdded')
.post(controller.newJobPublish);
app.route('contractHx')
.get(controller.contractHx);
};