aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/.client/audio/SoundEffect.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/.client/audio/SoundEffect.ts')
-rw-r--r--frontend/app/.client/audio/SoundEffect.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/.client/audio/SoundEffect.ts b/frontend/app/.client/audio/SoundEffect.ts
index 7e40da6..fb003fa 100644
--- a/frontend/app/.client/audio/SoundEffect.ts
+++ b/frontend/app/.client/audio/SoundEffect.ts
@@ -14,7 +14,7 @@ export type SoundEffect =
const BASE_URL =
process.env.NODE_ENV === "development"
- ? `http://localhost:8002/iosdc-japan/2024/code-battle/files/audio`
+ ? `http://localhost:8003/iosdc-japan/2024/code-battle/files/audio`
: `/iosdc-japan/2024/code-battle/files/audio`;
export function getFileUrl(soundEffect: SoundEffect): string {