Skip to content

Commit

Permalink
Merge pull request #54 from UKHomeOffice/bugfix/project-list
Browse files Browse the repository at this point in the history
bumped pages and point to project router not list
  • Loading branch information
lennym authored Feb 19, 2019
2 parents 27fec56 + dbcb67d commit 2ffbaf7
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = settings => {
app.use(urls.establishment.read, establishment.details());
app.use(urls.profile.list, profile());
app.use(urls.place.list, place());
app.use(urls.project.list, project.list());
app.use(urls.project.list, project());

return app;
};
99 changes: 84 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/UKHomeOffice/asl-internal-ui#readme",
"dependencies": {
"@asl/components": "^3.9.0",
"@asl/pages": "^15.15.1",
"@asl/pages": "^15.16.1",
"@asl/service": "^6.19.1",
"@ukhomeoffice/react-components": "^0.6.0",
"body-parser": "^1.18.3",
Expand Down

0 comments on commit 2ffbaf7

Please sign in to comment.