From 0db7b02d3bcbecbb0e0722b2720b2fe048c74ecc Mon Sep 17 00:00:00 2001 From: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:41:30 +0300 Subject: [PATCH] Change service subdomain url from `app` to `api` --- apps/mobile/src/screens/settings/info/Debug.tsx | 4 ++-- apps/p2p-relay/src/config.rs | 2 +- apps/server/src/main.rs | 2 +- core/src/env.rs | 2 +- interface/app/$libraryId/Layout/Sidebar/DebugPopover.tsx | 4 ++-- packages/client/src/hooks/usePlausible.tsx | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/mobile/src/screens/settings/info/Debug.tsx b/apps/mobile/src/screens/settings/info/Debug.tsx index 994aae7c0..8d6600ed8 100644 --- a/apps/mobile/src/screens/settings/info/Debug.tsx +++ b/apps/mobile/src/screens/settings/info/Debug.tsx @@ -43,9 +43,9 @@ const DebugScreen = ({ navigation }: SettingsStackScreenProps<'Debug'>) => {