mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Disabled mirage in development
no issue - Ghost's API now provides the live members stats endpoint
This commit is contained in:
parent
26f3d48f5d
commit
68fc08cce2
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user