This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
stockpile-ember/mirage/serializers/application.js
2016-11-17 08:18:48 +01:00

4 lines
101 B
JavaScript

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