mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
resolve merge
This commit is contained in:
parent
db9ffc6b93
commit
150f5fc8c2
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@ exports.expressCreateServer = (hookName:string, args:ArgsExpressType, cb:Functio
|
|||
});
|
||||
|
||||
io.use(exports.socketSessionMiddleware(args));
|
||||
|
||||
io.of('/pluginfw/installer').use(exports.socketSessionMiddleware(args))
|
||||
io.of('/settings').use(exports.socketSessionMiddleware(args))
|
||||
|
||||
io.use((socket:any, next:Function) => {
|
||||
socket.conn.on('packet', (packet:string) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue