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());