Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix system proxy endpoint forwarding query params
DEFRA/water-abstraction-team#54 https://eaflood.atlassian.net/browse/WATER-3787 In a previous change we [Create system proxy endpoint](#2229). We need this to be able to send requests to the [water-abstraction-system](https://github.com/DEFRA/water-abstraction-system) when using our AWS environments. That all seemed to work, until we changed an endpoint in **water-absraction-system** to require a query param to be passed through. Our proxy isn't doing this so now **water-abstraction-system** errors because of the missing param. This change fixes the issue.
- Loading branch information