mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-23 23:51:08 +02:00
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
import { RestSerializer } from 'ember-cli-mirage';
|
|
|
|
export default RestSerializer.extend({
|
|
embed: true,
|
|
root: false,
|
|
});
|