From 1aa28f978dadd4a0cec56e8714879ebf96c2d89d Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sun, 3 Aug 2025 11:08:38 +0200 Subject: [PATCH] fixes backend env --- frontend/src/data/fetcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/data/fetcher.ts b/frontend/src/data/fetcher.ts index 63a9fb3..2eaffe0 100644 --- a/frontend/src/data/fetcher.ts +++ b/frontend/src/data/fetcher.ts @@ -4,7 +4,7 @@ import { getUser } from "./fetch"; import { paths, components } from "muzak/data/types"; const fetcher = Fetcher.for(); -const BASE_URL = process.env.BACKEND_HOST || "http://127.0.0.1:8001"; +const BASE_URL = process.env.BACKEND_HOST!; // Configure the fetcher fetcher.configure({