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