updated backend route

This commit is contained in:
ojack
2022-02-09 13:55:02 +01:00
parent 60f9374837
commit 24b338a0e0

View File

@@ -119,4 +119,4 @@ io.on('connection', function (socket) {
// TO DO: on disconnect, remove from label dictionary
})
app.use(express.static(path.join(__dirname, '../frontend/public')))
app.use(express.static(path.join(__dirname, '../frontend/web-editor/public')))