mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-27 14:38:28 +00:00
use custom's again 😭
This commit is contained in:
parent
3185eab02c
commit
40c67b7be2
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue