mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-04 09:17:48 +08:00
Fix: Add authentication validation to the document API interface for embedded pages. (#13078)
### What problem does this PR solve? Fix: Add authentication validation to the document API interface for embedded pages and modify the document display styles. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
let api_host = `/v1`;
|
||||
const ExternalApi = `/api`;
|
||||
|
||||
export { api_host };
|
||||
export { ExternalApi, api_host };
|
||||
|
||||
export default {
|
||||
// user
|
||||
|
||||
Reference in New Issue
Block a user