diff --git a/src/components/player/hooks/useSkipTime.ts b/src/components/player/hooks/useSkipTime.ts index 84421d2a..be69bdd2 100644 --- a/src/components/player/hooks/useSkipTime.ts +++ b/src/components/player/hooks/useSkipTime.ts @@ -2,8 +2,8 @@ import { useEffect, useState } from "react"; import { usePlayerMeta } from "@/components/player/hooks/usePlayerMeta"; -// Thanks Nemo for this API -const BASE_URL = "https://fed-api-production.up.railway.app"; +// Thanks Nemo, Custom, and Roomba for this API +const BASE_URL = "https://fed-intro-api.up.railway.app"; export function useSkipTime() { const { playerMeta: meta } = usePlayerMeta();