Removed mock members API config

no issue
This commit is contained in:
Rish 2019-03-05 11:45:43 +05:30
parent 611e735cba
commit 248c20c42a
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export default function () {
// this.put('/posts/:id/', versionMismatchResponse);
// mockTags(this);
// this.loadFixtures('settings');
mockMembers(this);
//mockMembers(this);
// keep this line, it allows all other API requests to hit the real server
this.passthrough();