From 21d3417a5c6f7da5176749c920db06ab60735c55 Mon Sep 17 00:00:00 2001 From: nani3592 Date: Mon, 15 Feb 2021 11:57:37 +0530 Subject: [PATCH] Issue #SB-22457 feat: generalization got api for groups --- routes/nodebb.js | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/nodebb.js b/routes/nodebb.js index 2933fdd..ac4340c 100644 --- a/routes/nodebb.js +++ b/routes/nodebb.js @@ -28,6 +28,7 @@ const responseObj = { app.post(`${BASE_REPORT_URL}/forum/v2/read`, proxyObject()); app.post(`${BASE_REPORT_URL}/forum/v2/create`, proxyObject()); app.post(`${BASE_REPORT_URL}/forum/v2/remove`, proxyObject()); +app.post(`${BASE_REPORT_URL}/forum/v3/create`, proxyObject()); app.get(`${BASE_REPORT_URL}/tags`, proxyObject()); app.post(`${BASE_REPORT_URL}/tags/list`, proxyObject());