mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-26 06:41:22 -04:00
FIX: js test error "Unhandled request /tag_groups"
This commit is contained in:
parent
3fe4903e63
commit
1fd27bdbb3
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@ export default function() {
|
|||
result.can_revert = true;
|
||||
return response(200, {site_text: result});
|
||||
});
|
||||
|
||||
this.get('/tag_groups', () => response(200, {tag_groups: []}));
|
||||
});
|
||||
|
||||
server.prepareBody = function(body){
|
||||
|
|
Loading…
Add table
Reference in a new issue