Skip to content

Commit

Permalink
Issue #SB-22457 merge: Merge pull request #37 from VenkatKadiveti/rel…
Browse files Browse the repository at this point in the history
…ease-3.7.0-groups

Issue #SB-22457 feat: generalization got api for groups
  • Loading branch information
vinukumar-vs authored Feb 15, 2021
2 parents 0f9908c + 21d3417 commit e6c323e
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 e6c323e

Please sign in to comment.