mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:01:14 +08:00
FEATURE: View flags grouped by topic
This commit is contained in:
@ -323,6 +323,14 @@ export default function() {
|
||||
]);
|
||||
});
|
||||
|
||||
this.get('/admin/flagged_topics', () => {
|
||||
return response(200, {
|
||||
"flagged_topics": [
|
||||
{ id: 1 }
|
||||
]
|
||||
});
|
||||
});
|
||||
|
||||
this.get('/admin/customize/site_texts', request => {
|
||||
|
||||
if (request.queryParams.overridden) {
|
||||
|
Reference in New Issue
Block a user