From 7d1474896e09109211200bcccd7bc1a7cfd82f15 Mon Sep 17 00:00:00 2001 From: yaschalew Date: Wed, 24 Jun 2026 10:43:25 +0300 Subject: [PATCH] fix hot fix --- packages/api-common/src/constants/apiModules.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/api-common/src/constants/apiModules.ts b/packages/api-common/src/constants/apiModules.ts index bb010a02e..78ef2badf 100644 --- a/packages/api-common/src/constants/apiModules.ts +++ b/packages/api-common/src/constants/apiModules.ts @@ -1,5 +1,6 @@ export const flatResponseModules: string[] = [ "/api/file-settings", + "api/me", "/api/auth", "/api/sessions", "/api/users",