This commit is contained in:
Saud Fatayerji 2023-10-27 00:01:04 +03:00
parent 6d505715e0
commit 29b633d7b4

View File

@ -14,7 +14,7 @@ app.get('/', function (req, res, next) { // TODO: Use EJS?
});
app.use("/api/operations", operations);
app.use("/api/workflow", workflow);
//app.use("/api/workflow", workflow);
app.listen(PORT, function (err) {
if (err) console.log(err);