0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Disabled mocked snippets API in development

This commit is contained in:
Kevin Ansfield 2020-10-16 19:22:00 +01:00
parent 95aa341468
commit 11c16b8b4b

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