filo_caspar/server/io/engine/routes.js

5 lines
85 B
JavaScript
Raw Normal View History

2016-04-14 04:01:51 +00:00
export function all(ctx) {
ctx.socket.emit('engine.all', ['text', 'countdown'])
}