mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-01 21:37:33 +08:00
@@ -1347,7 +1347,7 @@ func (h *DocumentHandler) Ingest(c *gin.Context) {
|
||||
|
||||
userID := strings.TrimSpace(user.ID)
|
||||
if userID == "" {
|
||||
common.ResponseWithCodeData(c, common.CodeAuthenticationError, nil, "No Authentication")
|
||||
common.ResponseWithCodeData(c, common.CodeAuthenticationError, nil, "no authentication")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user