Merge pull request #39 from christroutner/unstable

fix(bug): fixed bug introduced when trying to remove socket.io
This commit is contained in:
Chris Troutner
2019-08-10 18:08:13 -07:00
committed by GitHub
-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"