Feature/add test to nodejs sdk (#31)

This commit is contained in:
crazywoola
2023-05-16 09:22:47 +08:00
committed by GitHub
parent f5b2271c8c
commit 3117619ef3
4 changed files with 87 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
import axios from 'axios'
const BASE_URL = 'https://api.dify.ai/v1'
export const BASE_URL = 'https://api.dify.ai/v1'
const routes = {
export const routes = {
application: {
method: 'GET',
url: () => `/parameters`