Release v2.2.0
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
module.exports = function registerAdminScreenCommandRoutes(app, deps) {
|
||||
// Admin client command routes for connected screens.
|
||||
|
||||
module.exports = function registerScreenCommandRoutes(app, deps) {
|
||||
const pool = deps.pool;
|
||||
const forwardPlayerCommand = deps.forwardPlayerCommand;
|
||||
const getScreenConnections = deps.getScreenConnections;
|
||||
|
||||
Reference in New Issue
Block a user