fix(bug): fixed bug introduced when trying to remove socket.io

This commit is contained in:
Chris Troutner
2019-08-10 17:24:00 -07:00
parent f81a053674
commit 54f84f8b4d
-7
View File
@@ -85,13 +85,6 @@ app.use(express.static(path.join(__dirname, "public")))
// }
// ));
// Make io accessible to our router
app.use((req, res, next) => {
req.io = io
next()
})
const v2prefix = "v2"
const v3prefix = "v3"