mirror of https://github.com/langgenius/dify.git
chore: fix url path
This commit is contained in:
parent
57e7343038
commit
fd6225b112
|
|
@ -1,11 +1,11 @@
|
|||
import axios from 'axios'
|
||||
|
||||
const BASE_URL = 'https://api.dify.ai/v1/'
|
||||
const BASE_URL = 'https://api.dify.ai/v1'
|
||||
|
||||
const routes = {
|
||||
application: {
|
||||
method: 'GET',
|
||||
url: () => `parameters`
|
||||
url: () => `/parameters`
|
||||
},
|
||||
feedback: {
|
||||
method: 'POST',
|
||||
|
|
|
|||
Loading…
Reference in New Issue