Ghost/ghost/admin/mirage/models/product.js
Kevin Ansfield 6b6f220300 Fixed tests
no issue

- added basic products mocked endpoint
- fixed error when extracting filter param when filter is empty
2021-05-10 21:02:54 +01:00

5 lines
75 B
JavaScript

import {Model} from 'ember-cli-mirage';
export default Model.extend({
});