mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 21:23:22 +08:00
feat: export routes
This commit is contained in:
parent
843a0a739e
commit
e301523f4a
@ -2,7 +2,7 @@ import axios from 'axios'
|
|||||||
|
|
||||||
export const BASE_URL = 'https://api.dify.ai/v1'
|
export const BASE_URL = 'https://api.dify.ai/v1'
|
||||||
|
|
||||||
const routes = {
|
export const routes = {
|
||||||
application: {
|
application: {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url: () => `parameters`
|
url: () => `parameters`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user