mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 15:32:12 +00:00
update fedapi domains
This commit is contained in:
parent
7861e7ace7
commit
3082f18f46
2 changed files with 2 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue