mirror of https://github.com/langgenius/dify.git
chore: remove useless comment
This commit is contained in:
parent
756790ce60
commit
88160ecba0
|
|
@ -12,7 +12,6 @@ export const fetchAppDetail = ({ url, id }: { url: string, id: string }): Promis
|
||||||
return get<AppDetailResponse>(`${url}/${id}`)
|
return get<AppDetailResponse>(`${url}/${id}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Direct API call function for one-off usage
|
|
||||||
export const fetchAppDetailDirect = async ({ url, id }: { url: string, id: string }): Promise<AppDetailResponse> => {
|
export const fetchAppDetailDirect = async ({ url, id }: { url: string, id: string }): Promise<AppDetailResponse> => {
|
||||||
return get<AppDetailResponse>(`${url}/${id}`)
|
return get<AppDetailResponse>(`${url}/${id}`)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue