mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
REFACTOR: Composer messages to use new ember idioms
This commit is contained in:
@ -42,7 +42,7 @@ export default function() {
|
||||
|
||||
this.get('/admin/plugins', () => response({ plugins: [] }));
|
||||
|
||||
this.get('/composer-messages', () => response([]));
|
||||
this.get('/composer_messages', () => response({ composer_messages: [] }));
|
||||
|
||||
this.get("/latest.json", () => {
|
||||
const json = fixturesByUrl['/latest.json'];
|
||||
|
Reference in New Issue
Block a user