mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-24 00:57:59 +00:00
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
![]() |
import { Server } from 'ember-cli-mirage';
|
||
|
|
||
|
export default function(server: Server): void {
|
||
|
server.createList('topConsumer', 1);
|
||
|
}
|