Disabled mirage in development

no issue

- Ghost's API now provides the live members stats endpoint
This commit is contained in:
Kevin Ansfield 2020-05-26 12:25:44 +01:00
parent 2e3c72891e
commit b0e5342190
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ module.exports = function (environment) {
// Enable mirage here in order to mock API endpoints during development
ENV['ember-cli-mirage'] = {
enabled: true
enabled: false
};
}