Zio Blue: fix broken syntax
parent
7462f796a4
commit
63f2bba08f
|
@ -3,7 +3,7 @@ import {AppBskyActorDefs} from '@atproto/api'
|
|||
|
||||
export const LOCAL_DEV_SERVICE =
|
||||
Platform.OS === 'android' ? 'http://10.0.2.2:2583' : 'http://localhost:2583'
|
||||
export const STAGING_SERVICE = 'https://zio.blue
|
||||
export const STAGING_SERVICE = 'https://zio.blue'
|
||||
export const BSKY_SERVICE = 'https://zio.blue'
|
||||
export const PUBLIC_BSKY_SERVICE = 'https://zio.blue'
|
||||
export const DEFAULT_SERVICE = BSKY_SERVICE
|
||||
|
|
Loading…
Reference in New Issue