Skip to content

Commit

Permalink
Merge pull request #126 from macgrewal/MTDSA-1514
Browse files Browse the repository at this point in the history
MTDSA-1514: Prefixed VAT context URL with /organisations
  • Loading branch information
Scott Lace authored Apr 23, 2018
2 parents d0efa5f + 8d5ff78 commit 42c7c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ metrics {
}

# The context which the API will have via the API Platform http://API_GATEWAY/{api.gateway.context}/
api.gateway.context = "vat"
api.gateway.context = "organisations/vat"

# The status of the API for the API Platform.
api.status = "ALPHA"
Expand Down
2 changes: 1 addition & 1 deletion public/api/conf/1.0/application.raml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ traits:
value:
code: CLIENT_OR_AGENT_NOT_AUTHORISED

/vat:
/organisations/vat:
/{vrn}:
uriParameters:
vrn:
Expand Down

0 comments on commit 42c7c36

Please sign in to comment.