Skip to content

Commit

Permalink
Merge pull request #84 from UKHomeOffice/spike/reporting
Browse files Browse the repository at this point in the history
Add NTS reporting prototype
  • Loading branch information
joefitter authored Apr 18, 2019
2 parents 0f927c5 + ebe63a7 commit 7dff85e
Show file tree
Hide file tree
Showing 6 changed files with 483 additions and 68 deletions.
4 changes: 4 additions & 0 deletions lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const search = require('../pages/search');
const globalProfile = require('../pages/profile');
const asru = require('../pages/asru-assignment');

const reporting = require('../pages/reporting');

const urls = require('./urls');

module.exports = settings => {
Expand Down Expand Up @@ -86,5 +88,7 @@ module.exports = settings => {
app.use(urls.project.version.read, projectVersion(settings));
app.use(urls.establishment.asru, asru());

app.use('/reporting', reporting());

return app;
};
Loading

0 comments on commit 7dff85e

Please sign in to comment.