mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: add path to socket connection
This commit is contained in:
@@ -86,7 +86,7 @@ export default ({ app }) => {
|
||||
################################################
|
||||
`);
|
||||
});
|
||||
const io = new Server(server, {});
|
||||
const io = new Server(server, { path: '/socket' });
|
||||
|
||||
// Set socket.io listeners.
|
||||
io.on('connection', (socket) => {
|
||||
|
||||
Reference in New Issue
Block a user