mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-04 23:29:43 +00:00
update skip time url
This commit is contained in:
parent
47048c925e
commit
cb10a604ff
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue