Skip to content

Commit

Permalink
Add NTS reporting prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
lennym committed Apr 18, 2019
1 parent 157fb46 commit e179848
Show file tree
Hide file tree
Showing 6 changed files with 486 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 e179848

Please sign in to comment.