Update client staging URL

zio/stable
renahlee 2023-04-24 10:55:35 -07:00
parent df8059bf9a
commit 57c87ba7cf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import * as storage from 'lib/storage'
export const LOCAL_DEV_SERVICE =
Platform.OS === 'android' ? 'http://10.0.2.2:2583' : 'http://localhost:2583'
export const STAGING_SERVICE = 'https://pds.staging.bsky.dev'
export const STAGING_SERVICE = 'https://staging.bsky.dev'
export const PROD_SERVICE = 'https://bsky.social'
export const DEFAULT_SERVICE = PROD_SERVICE
const ROOT_STATE_STORAGE_KEY = 'root'