feat: import routes for record, storage, workflow
This commit is contained in:
@@ -26,6 +26,10 @@ export const io = new Server(server);
|
|||||||
*/
|
*/
|
||||||
export const browserPool = new BrowserPool();
|
export const browserPool = new BrowserPool();
|
||||||
|
|
||||||
|
app.use('/record', record);
|
||||||
|
app.use('/workflow', workflow);
|
||||||
|
app.use('/storage', storage);
|
||||||
|
|
||||||
app.get('/', function (req, res) {
|
app.get('/', function (req, res) {
|
||||||
return res.send('Welcome to the BR recorder server :-)');
|
return res.send('Welcome to the BR recorder server :-)');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user