Skip to content

Commit

Permalink
test w/o wss
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkLightTuna committed Jan 21, 2024
1 parent 24b4041 commit 2f49d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export const ACTORS = "actors"

const common = window.location.host === 'localhost:65434' ? '://localhost:65435' : 's://api.oronder.com'
export const ORONDER_BASE_URL = `http${common}`
export const ORONDER_WS_URL = `ws${common}`
export const ORONDER_WS_URL = `w${common}`

0 comments on commit 2f49d97

Please sign in to comment.