Skip to content

Commit

Permalink
Merge pull request #111 from companieshouse/bugfix/routes
Browse files Browse the repository at this point in the history
enable GET endpoints
  • Loading branch information
JAndrewCH authored Apr 29, 2024
2 parents b707af8 + bcd5357 commit d1116b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,13 @@ weight: 905
routes:
1: ^/persons-with-significant-control/healthcheck
2: ^/company/(.){8}/persons-with-significant-control/(.*)/full_record
3: ^/company/(.){8}/persons-with-significant-control/individual/(.*)
4: ^/company/(.){8}/persons-with-significant-control/individual-beneficial-owner/(.*)
5: ^/company/(.){8}/persons-with-significant-control/corporate-entity-beneficial-owner/(.*)
6: ^/company/(.){8}/persons-with-significant-control/legal-person/(.*)
7: ^/company/(.){8}/persons-with-significant-control/corporate-entity/(.*)
8: ^/company/(.){8}/persons-with-significant-control/super-secure/(.*)
9: ^/company/(.){8}/persons-with-significant-control/legal-person-beneficial-owner/(.*)
10: ^/company/(.){8}/persons-with-significant-control/super-secure-beneficial-owner/(.*)
11: ^/company/(.){8}/persons-with-significant-control

0 comments on commit d1116b8

Please sign in to comment.