Skip to content

Commit

Permalink
fix(modv): Change default URL for luminave
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Aug 30, 2019
1 parent fe86a93 commit 71df460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/modv.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
const modvManager = (state = {
reconnect: false,
connected: false,
url: 'ws://localhost:3000'
url: 'ws://localhost:3006/luminave'
}, {
type,
data
Expand Down

0 comments on commit 71df460

Please sign in to comment.