update fedapi domains

This commit is contained in:
Pas 2025-02-26 16:52:01 -07:00
parent 7861e7ace7
commit 3082f18f46
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ import { usePlayerMeta } from "@/components/player/hooks/usePlayerMeta";
import { conf } from "@/setup/config";
// Thanks Nemo, Custom, and Roomba for this API
const BASE_URL = "https://fed-intro-api.up.railway.app";
const BASE_URL = "https://skip-intro.pstream.org";
const MAX_RETRIES = 3;
export function useSkipTime() {

View file

@ -19,7 +19,7 @@ import { conf } from "@/setup/config";
import { useAuthStore } from "@/stores/auth";
const testUrl = "https://postman-echo.com/get";
const febboxApiTestUrl = "https://fed-api.up.railway.app/movie/tt15239678";
const febboxApiTestUrl = "https://fed-api.pstream.org/movie/tt15239678";
export type Status = "success" | "unset" | "error";