garrettmills
282331d788
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
278 B
JavaScript
15 lines
278 B
JavaScript
module.exports = exports = {
|
|
prefix: '/api/v1/socket',
|
|
|
|
middleware: [],
|
|
|
|
socket: {
|
|
'/norm-editor': [
|
|
'controller::socket:NormEditor',
|
|
],
|
|
'/norm-editor/.websocket': [
|
|
'controller::socket:NormEditor',
|
|
],
|
|
}
|
|
}
|