mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 15:29:21 +08:00
Feature/remove mock server (#88)
This commit is contained in:
@@ -69,7 +69,7 @@ type IDocumentsProps = {
|
||||
datasetId: string
|
||||
}
|
||||
|
||||
export const fetcher = (url: string) => get(url, {}, { isMock: true })
|
||||
export const fetcher = (url: string) => get(url, {}, {})
|
||||
|
||||
const Documents: FC<IDocumentsProps> = ({ datasetId }) => {
|
||||
const { t } = useTranslation()
|
||||
|
||||
Reference in New Issue
Block a user