mirror of https://github.com/tooot-app/app
Update tooot.ts
This commit is contained in:
parent
e2c5e173d5
commit
a84a3731c8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue