diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-03 09:58:12 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-03 09:58:12 -0700 |
| commit | 88e2e3d62677f6af58b19d8e5d4d789b96d525db (patch) | |
| tree | 2934d599fa4ef8c830cddf452fbdf7e787b1ca12 /src/helpers/fetchSolution.ts | |
| parent | b1c92e09707a423b7b5b01ccb60ba59a91d9f055 (diff) | |
move songs.ts to be entirely server side
Diffstat (limited to 'src/helpers/fetchSolution.ts')
| -rw-r--r-- | src/helpers/fetchSolution.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/fetchSolution.ts b/src/helpers/fetchSolution.ts index d271dd0..5f5e2f3 100644 --- a/src/helpers/fetchSolution.ts +++ b/src/helpers/fetchSolution.ts @@ -1,7 +1,7 @@ import { Song } from "../types/song"; const SALT = process.env.REACT_APP_HEARDLE_SALT ?? 'changeme'; -const API_URL = process.env.REACT_APP_HEARDLE_API_URL ?? 'http://23:432e3001'; +const API_URL = process.env.REACT_APP_HEARDLE_API_URL ?? 'https://127.0.0.1:3001'; function hexToBytes(hex: string): Uint8Array { const bytes = new Uint8Array(hex.length / 2); |
