mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-11 09:37:16 +00:00
Update fedapi.ts
This commit is contained in:
parent
2ed8f6cfa9
commit
16b4aaf2cd
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import { NotFoundError } from '@/utils/errors';
|
|||
import { Caption } from '../captions';
|
||||
|
||||
// Thanks Nemo for this API, and Custom for hosting!
|
||||
const BASE_URL = 'https://fed-api.up.railway.app';
|
||||
const BASE_URL = 'https://fed-api.pstream.org';
|
||||
|
||||
// this is so fucking useless
|
||||
const languageMap: Record<string, string> = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue