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