diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 15:40:56 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 15:40:56 +0200 |
| commit | e243e4f65cc2c98724a1cfb4d28ac5f1d1bc0a79 (patch) | |
| tree | b843eed4b0a39d58b1feeaf9a2f44182867cccf5 /app/client/socket/index.js | |
| parent | ba825eb101f8ca1cbf5de7a87c6c2995a0d687a5 (diff) | |
api events over bridge
Diffstat (limited to 'app/client/socket/index.js')
| -rw-r--r-- | app/client/socket/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/client/socket/index.js b/app/client/socket/index.js index a5d9987..3caab6d 100644 --- a/app/client/socket/index.js +++ b/app/client/socket/index.js @@ -6,6 +6,7 @@ import * as actions from './socket.actions' import * as system from './socket.system' import * as live from './socket.live' import * as task from './socket.task' +import * as api from './socket.api' export default { socket, @@ -13,6 +14,7 @@ export default { system, live, task, + api, } socket.on('status', (data) => { |
