UX: Display group topics in a topic list.

This commit is contained in:
Guo Xiang Tan
2018-03-14 19:40:28 +08:00
parent d3f5b4e4b0
commit a35227918f
12 changed files with 269 additions and 18 deletions

View File

@ -295,8 +295,8 @@ export default function() {
return response(200, []);
});
this.get("/groups/discourse/topics.json", () => {
return response(200, fixturesByUrl['/groups/discourse/posts.json']);
this.get("/topics/groups/discourse.json", () => {
return response(200, fixturesByUrl['/topics/groups/discourse.json']);
});
this.get("/groups/discourse/mentions.json", () => {