Try out candidate

This commit is contained in:
Zhiyuan Zheng 2022-02-13 22:19:36 +01:00
parent f7c79edac1
commit ca4594328f
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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'
}) })