updated readme

This commit is contained in:
ojack
2022-02-09 14:15:32 +01:00
parent 24b338a0e0
commit e336776bb1
21 changed files with 610 additions and 1851 deletions

View File

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