From e301523f4adbad5e4e1296af966c770b23789c55 Mon Sep 17 00:00:00 2001 From: crazywoola Date: Fri, 12 May 2023 15:07:57 +0800 Subject: [PATCH] feat: export routes --- sdks/nodejs-client/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/nodejs-client/index.js b/sdks/nodejs-client/index.js index 22292bd553..4b142ce1c2 100644 --- a/sdks/nodejs-client/index.js +++ b/sdks/nodejs-client/index.js @@ -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`