mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-01-10 00:06:51 +01:00
bug fix
This commit is contained in:
parent
6d505715e0
commit
29b633d7b4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user