We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360f817 commit bcc5023Copy full SHA for bcc5023
packages/platform/lib/api-utils.ts
@@ -1,6 +1,7 @@
1
-import { IDifyAppItem } from '@dify-chat/core'
2
import { NextRequest, NextResponse } from 'next/server'
3
+import { IDifyAppItem } from '@/types'
4
+
5
/**
6
* 统一的 API 错误处理
7
*/
0 commit comments