Zio Blue: fix broken syntax
This commit is contained in:
parent
7462f796a4
commit
63f2bba08f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue