From 40c67b7be2fec374fc548ba6c68f220ee333b6f5 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:33:03 -0700 Subject: [PATCH] =?UTF-8?q?use=20custom's=20again=20=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/player/hooks/useSkipTime.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/hooks/useSkipTime.ts b/src/components/player/hooks/useSkipTime.ts index a2c85804..c232d7ff 100644 --- a/src/components/player/hooks/useSkipTime.ts +++ b/src/components/player/hooks/useSkipTime.ts @@ -3,7 +3,7 @@ import { useEffect, useState } from "react"; import { usePlayerMeta } from "@/components/player/hooks/usePlayerMeta"; // Thanks Nemo, Custom, and Roomba for this API -const BASE_URL = "https://fed-api-production.up.railway.app"; +const BASE_URL = "https://febapi.bludclart.com"; export function useSkipTime() { const { playerMeta: meta } = usePlayerMeta();