I am using Feign client to connect to external endpoint I have declared the endpoint in application.properties
@FeignClient(url = "${api.url}") pu