mirror of
https://github.com/langgenius/dify.git
synced 2025-07-03 23:28:18 +00:00
6 lines
179 B
TypeScript
6 lines
179 B
TypeScript
![]() |
import { MARKETPLACE_API_PREFIX } from '@/config'
|
||
|
|
||
|
export const getIconFromMarketPlace = (plugin_id: string) => {
|
||
|
return `${MARKETPLACE_API_PREFIX}/plugins/${plugin_id}/icon`
|
||
|
}
|