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