diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-07-31 22:27:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-07-31 22:27:28 +0900 |
| commit | abb8a31a12ba49d0d7faf5fdf2f5b790accfda92 (patch) | |
| tree | eb52d14097c04a352759881da90d1ec9245777f9 /frontend/app/components/GolfWatchApp.client.tsx | |
| parent | 4aff0feca72da0175dcecb44aca9b3e30c861bc5 (diff) | |
| download | iosdc-japan-2025-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.tar.gz iosdc-japan-2025-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.tar.zst iosdc-japan-2025-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.zip | |
feat: "iOSDC 2024" to "iOSDC Japan 2024"
Diffstat (limited to 'frontend/app/components/GolfWatchApp.client.tsx')
| -rw-r--r-- | frontend/app/components/GolfWatchApp.client.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/GolfWatchApp.client.tsx b/frontend/app/components/GolfWatchApp.client.tsx index a76f2c9..5990fd4 100644 --- a/frontend/app/components/GolfWatchApp.client.tsx +++ b/frontend/app/components/GolfWatchApp.client.tsx @@ -20,7 +20,7 @@ export default function GolfWatchApp({ game: Game; sockToken: string; }) { - // const socketUrl = `wss://t.nil.ninja/iosdc/2024/sock/golf/${game.game_id}/watch?token=${sockToken}`; + // const socketUrl = `wss://t.nil.ninja/iosdc-japan/2024/sock/golf/${game.game_id}/watch?token=${sockToken}`; const socketUrl = process.env.NODE_ENV === "development" ? `ws://localhost:8002/sock/golf/${game.game_id}/watch?token=${sockToken}` |
