2019-09-04 14:39:56 +00:00
|
|
|
import ApplicationSerializer from './application';
|
|
|
|
|
2020-06-11 21:23:00 +00:00
|
|
|
export default class ServiceSerializer extends ApplicationSerializer {
|
|
|
|
attrs = {
|
2019-09-04 14:39:56 +00:00
|
|
|
connect: 'Connect',
|
2020-06-11 21:23:00 +00:00
|
|
|
};
|
2019-09-04 14:39:56 +00:00
|
|
|
|
2020-08-20 17:14:49 +00:00
|
|
|
arrayNullOverrides = ['Tags'];
|
2020-06-11 21:23:00 +00:00
|
|
|
}
|