1
0
mirror of https://github.com/Frooodle/Stirling-PDF.git synced 2025-03-20 00:17:10 +01:00
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/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);