1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-22 10:21:36 +03:00
Ghost/ghost/admin/app/serializers/notification.js

8 lines
204 B
JavaScript
Raw Normal View History

import ApplicationSerializer from 'ghost-admin/serializers/application';
export default class NotificationSerializer extends ApplicationSerializer {
attrs = {
key: {key: 'location'}
};
}