finished actions => handlers refacto, small bux fix in maestro => Test maestro1 OK
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ import {RedisConnexion} from '../redisConnexion.js'
|
||||
import { busReplyRoute } from '../bus/publishActionReply.js'
|
||||
import {configHelper} from '../configHelper.js'
|
||||
import {gpsServer} from './gpsServer.js'
|
||||
import * as systemMesh from './actions/system/index.js'
|
||||
import * as arenaMesh from './actions/arena/index.js'
|
||||
import * as systemMesh from './handlers/system/index.js'
|
||||
import * as arenaMesh from './handlers/arena/index.js'
|
||||
|
||||
const meshModules = {
|
||||
system: systemMesh,
|
||||
|
||||
Reference in New Issue
Block a user