mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-08 17:53:11 +00:00
7 lines
181 B
JavaScript
7 lines
181 B
JavaScript
![]() |
import DS from 'ember-data';
|
||
|
import DataTableSerializerMixin from 'ember-data-table/mixins/serializer';
|
||
|
|
||
|
export default DS.JSONAPISerializer.extend(DataTableSerializerMixin, {
|
||
|
|
||
|
});
|