Update tooot.ts

This commit is contained in:
Zhiyuan Zheng 2021-12-12 22:11:15 +01:00
parent e2c5e173d5
commit a84a3731c8
1 changed files with 1 additions and 1 deletions

View File

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