mirror of
https://github.com/langgenius/dify.git
synced 2026-04-08 17:27:19 +08:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
import { get } from './base'
|
|
|
|
export const fetchAppList = () => {
|
|
return get('/explore/apps')
|
|
} |