mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FEATURE: Add groups page.
This commit is contained in:
@ -242,6 +242,10 @@ export default function() {
|
||||
slug: request.params.slug } });
|
||||
});
|
||||
|
||||
this.get("groups", () => {
|
||||
return response(200, fixturesByUrl['/groups.json']);
|
||||
});
|
||||
|
||||
this.get("/groups/discourse/topics.json", () => {
|
||||
return response(200, fixturesByUrl['/groups/discourse/posts.json']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user