[Video] Remove old env var (#5018)
parent
e33b88ed7d
commit
69053b1b0a
|
@ -1,7 +1,7 @@
|
|||
import {useMemo} from 'react'
|
||||
import {AtpAgent} from '@atproto/api'
|
||||
|
||||
const UPLOAD_ENDPOINT = process.env.EXPO_PUBLIC_VIDEO_ROOT_ENDPOINT ?? ''
|
||||
const UPLOAD_ENDPOINT = 'https://video.bsky.app/'
|
||||
|
||||
export const createVideoEndpointUrl = (
|
||||
route: string,
|
||||
|
|
Loading…
Reference in New Issue