Skip to content

Commit

Permalink
Merge pull request #42 from UKHomeOffice/bugfix/account-page
Browse files Browse the repository at this point in the history
Fix account/profile edit journey
  • Loading branch information
wheelsandcogs authored Jan 3, 2019
2 parents 720d67e + 3a6e056 commit d2f1d85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions lib/urls.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module.exports = {
dashboard: '/',
search: '/search(/:searchType)?',
account: {
menu: '/profile',
edit: '/profile/edit'
menu: '/account',
edit: '/account/edit'
},
establishment: {
list: '/establishments',
Expand Down
14 changes: 7 additions & 7 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 @@ -29,7 +29,7 @@
"dependencies": {
"@asl/components": "^3.3.0",
"@asl/pages": "^15.2.0",
"@asl/service": "^6.14.2",
"@asl/service": "^6.16.0",
"express": "^4.16.4",
"lodash": "^4.17.10"
},
Expand Down

0 comments on commit d2f1d85

Please sign in to comment.