mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
UX: Display group topics in a topic list.
This commit is contained in:
@ -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", () => {
|
||||
|
Reference in New Issue
Block a user