Merge pull request #522 from bluesky-social/ollie/staging-link
Update client staging URL
This commit is contained in:
commit
9d8600c213
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue