Added auth mode status to health check endpoint.

- Introduced auth_mode in health check response
- Updated App.tsx to handle guest mode logic
This commit is contained in:
yangdx
2025-03-23 02:43:44 +08:00
parent d3b2cff182
commit a444edd9eb
3 changed files with 11 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ export type LightragStatus = {
update_status?: Record<string, any>
core_version?: string
api_version?: string
auth_mode?: 'enabled' | 'disabled'
}
export type LightragDocumentsScanProgress = {