kafka on Jobs

This commit is contained in:
CHIEFSOFT\ameye
2024-07-08 11:07:40 -04:00
parent 0e2c987eb4
commit b5c2076e9d
8 changed files with 144 additions and 11 deletions
+2 -1
View File
@@ -9,5 +9,6 @@ module.exports = function(app) {
.get(controller.getMarketJobsFiles);
app.route('/marketjob3s/:id')
.get(controller.getStatus);
app.route('/jobAdded')
.post(controller.newJobPublish);
};