Skip to content

Commit

Permalink
Fixed require path for new structure
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schleemilch <[email protected]>
  • Loading branch information
sschleemilch committed Jun 19, 2024
1 parent 9722e2b commit dbbed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdsp/information-layer/router/src/websocket-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const WebSocket = require("ws");
const {
authenticateAndConnectToRealm,
onMediaElementChange,
} = require("../../realmdb/src/realm-handler");
} = require("../../handlers/realmdb/src/realm-handler");

const server = new WebSocket.Server({ port: 8080 });

Expand Down

0 comments on commit dbbed43

Please sign in to comment.