Skip to content

Commit

Permalink
まさかね
Browse files Browse the repository at this point in the history
  • Loading branch information
Rozelin-dc committed Jun 16, 2024
1 parent 1bcb230 commit dcd3497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/individualRoom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type WebSocketResponse = PostedWord | RejectedPostResponse | ScoreChangeResponse

const BASE_URL =
process.env.NODE_ENV === 'production'
? 'h24s-19.trap.show/server'
? 'ws://h24s-19.trap.show/server'
: 'ws://localhost:3000'
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const websocketUrl = () => `${BASE_URL}/api/ws`
Expand Down

0 comments on commit dcd3497

Please sign in to comment.