bug fix
This commit is contained in:
@@ -14,7 +14,7 @@ app.get('/', function (req, res, next) { // TODO: Use EJS?
|
|||||||
});
|
});
|
||||||
|
|
||||||
app.use("/api/operations", operations);
|
app.use("/api/operations", operations);
|
||||||
app.use("/api/workflow", workflow);
|
//app.use("/api/workflow", workflow);
|
||||||
|
|
||||||
app.listen(PORT, function (err) {
|
app.listen(PORT, function (err) {
|
||||||
if (err) console.log(err);
|
if (err) console.log(err);
|
||||||
|
|||||||
Reference in New Issue
Block a user