Skip to content

Commit

Permalink
UIU-1968: Add lost request to test config file
Browse files Browse the repository at this point in the history
  • Loading branch information
annamelnyk authored and zburke committed Nov 17, 2020
1 parent 501342c commit 1489600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/bigtest/network/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@ export default function config() {
return server.create('feefineaction', ffAction);
});

this.get('/feefines');

this.get('/owners', ({ owners }) => {
return this.serializerOrRegistry.serialize(owners.all());
});
Expand Down

0 comments on commit 1489600

Please sign in to comment.