open-nomad/ui/mirage/serializers/node.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

import ApplicationSerializer from './application';
export default ApplicationSerializer.extend({
embed: true,
include: ['events'],
});