update skip time url

This commit is contained in:
Pas 2025-02-16 10:18:24 -07:00
parent 47048c925e
commit cb10a604ff

View file

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