Skip to content

Commit bcc5023

Browse files
committed
refactor(platform/api-utils): 更新导入路径从@dify-chat/core到@/types
1 parent 360f817 commit bcc5023

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/platform/lib/api-utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import { IDifyAppItem } from '@dify-chat/core'
21
import { NextRequest, NextResponse } from 'next/server'
32

3+
import { IDifyAppItem } from '@/types'
4+
45
/**
56
* 统一的 API 错误处理
67
*/

0 commit comments

Comments
 (0)