mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 21:11:13 +08:00
DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808)
Co-Authored-By: Bianca Nenciu <nbianca@users.noreply.github.com> Co-Authored-By: David Taylor <david@taylorhq.com>
This commit is contained in:
@ -505,6 +505,10 @@ export default function() {
|
||||
this.post("/admin/badges", success);
|
||||
this.delete("/admin/badges/:id", success);
|
||||
|
||||
this.get("/admin/logs/staff_action_logs.json", () => {
|
||||
return response(200, { staff_action_logs: [], user_history_actions: [] });
|
||||
});
|
||||
|
||||
this.get("/admin/logs/watched_words", () => {
|
||||
return response(200, fixturesByUrl["/admin/logs/watched_words.json"]);
|
||||
});
|
||||
|
Reference in New Issue
Block a user