mirror of https://github.com/tooot-app/app
Try out candidate
This commit is contained in:
parent
f7c79edac1
commit
ca4594328f
|
@ -3,8 +3,8 @@
|
|||
"versions": {
|
||||
"native": "220206",
|
||||
"major": 3,
|
||||
"minor": 4,
|
||||
"patch": 5,
|
||||
"minor": 5,
|
||||
"patch": 0,
|
||||
"expo": "44.0.0"
|
||||
},
|
||||
"description": "tooot app for Mastodon",
|
||||
|
|
|
@ -19,7 +19,7 @@ export type Params = {
|
|||
|
||||
export const TOOOT_API_DOMAIN = mapEnvironment({
|
||||
release: 'api.tooot.app',
|
||||
candidate: 'api-candidate.tooot.app',
|
||||
candidate: 'api.tooot.app',
|
||||
development: 'api-development.tooot.app'
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue