mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-15 11:19:59 +01:00
added functions endpoint
This commit is contained in:
@@ -120,6 +120,7 @@ io.on('connection', function (socket) {
|
||||
})
|
||||
|
||||
app.use('/api', express.static(path.join(__dirname, '../frontend/hydra-functions/docs')))
|
||||
app.use('/functions', express.static(path.join(__dirname, '../frontend/hydra-functions/docs')))
|
||||
app.use('/docs', express.static(path.join(__dirname, '../frontend/hydra-docs')))
|
||||
app.use('/garden', express.static(path.join(__dirname, '../frontend/hydra-garden/dist')))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user