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 26f3d48f5d
commit 68fc08cce2

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
};
}