use custom's again 😭

This commit is contained in:
Pas 2025-02-05 16:33:03 -07:00
parent 3185eab02c
commit 40c67b7be2

View file

@ -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();