mirror of https://github.com/langgenius/dify.git
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'
|
||||
|
||||
const routes = {
|
||||
export const routes = {
|
||||
application: {
|
||||
method: 'GET',
|
||||
url: () => `parameters`
|
||||
|
|
|
|||
Loading…
Reference in New Issue