Skip to content

Commit

Permalink
Issue #SB-22457 feat: generalization got api for groups
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkatKadiveti committed Feb 15, 2021
1 parent 0f9908c commit 21d3417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/nodebb.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 21d3417

Please sign in to comment.