diff --git a/server/src/routes/workflow.ts b/server/src/routes/workflow.ts index 1f95371e..05fa3abb 100644 --- a/server/src/routes/workflow.ts +++ b/server/src/routes/workflow.ts @@ -103,9 +103,6 @@ router.put('/pair/:index', requireSignIn, (req, res) => { /** * PUT endpoint for updating the currently generated workflow file from the one in the storage. */ - - - router.put('/:browserId/:id', requireSignIn, async (req, res) => { try { const browser = browserPool.getRemoteBrowser(req.params.browserId);