mirror of https://github.com/langgenius/dify.git
fix: default base url
This commit is contained in:
parent
ee46a563da
commit
57e7343038
|
|
@ -1,6 +1,6 @@
|
|||
import axios from 'axios'
|
||||
|
||||
const BASE_URL = 'https://api.dify.ai/v1'
|
||||
const BASE_URL = 'https://api.dify.ai/v1/'
|
||||
|
||||
const routes = {
|
||||
application: {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "dify-client",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "This is the Node.js SDK for the Dify.AI API, which allows you to easily integrate Dify.AI into your Node.js applications.",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
Loading…
Reference in New Issue