Start real-time collaboration for wysiwyg; flitter sockets
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
14
app/routing/routers/api/v1/socket.routes.js
Normal file
14
app/routing/routers/api/v1/socket.routes.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = exports = {
|
||||
prefix: '/api/v1/socket',
|
||||
|
||||
middleware: [],
|
||||
|
||||
socket: {
|
||||
'/norm-editor': [
|
||||
'controller::socket:NormEditor',
|
||||
],
|
||||
'/norm-editor/.websocket': [
|
||||
'controller::socket:NormEditor',
|
||||
],
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user