From a84a3731c80c23ddf47f86b56add9822217e7e05 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Sun, 12 Dec 2021 22:11:15 +0100 Subject: [PATCH] Update tooot.ts --- src/api/tooot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/tooot.ts b/src/api/tooot.ts index 845b70cb..2e26f241 100644 --- a/src/api/tooot.ts +++ b/src/api/tooot.ts @@ -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 ({ method,