From bcd5357168f95ccd05b93f7cc0856fd8a43c3a2a Mon Sep 17 00:00:00 2001 From: JAndrewCH Date: Mon, 29 Apr 2024 14:18:17 +0100 Subject: [PATCH] enable GET endpoints --- routes.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/routes.yaml b/routes.yaml index 9b174e0b..ce86f5cf 100644 --- a/routes.yaml +++ b/routes.yaml @@ -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