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",