1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Bump up packages

This commit is contained in:
Zhiyuan Zheng
2021-12-15 00:29:35 +01:00
parent a84a3731c8
commit 9e4482a642
4 changed files with 465 additions and 414 deletions

View File

@ -16,7 +16,7 @@ export type Params = {
sentry?: boolean
}
export const TOOOT_API_DOMAIN = __DEV__ ? 'testapi.tooot.app' : 'testapi.tooot.app'
export const TOOOT_API_DOMAIN = __DEV__ ? 'testapi.tooot.app' : 'api.tooot.app'
const apiTooot = async <T = unknown>({
method,