mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-15 19:29:58 +01:00
updated backend route
This commit is contained in:
@@ -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')))
|
||||
|
||||
Reference in New Issue
Block a user