bad68bd7c2
refs https://github.com/TryGhost/Ghost/pull/8022 - use `/themes` API endpoint to fetch list of themes instead of `settings[0].availableThemes`
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
import {Model} from 'ember-cli-mirage';
|
|
|
|
export default Model.extend({
|
|
});
|