open-nomad/ui/mirage/serializers/task-group-scale.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
140 B
JavaScript
Raw Normal View History

2020-07-25 04:36:43 +00:00
import ApplicationSerializer from './application';
export default ApplicationSerializer.extend({
embed: true,
include: ['events'],
});