eventhough ive specified in app.properties eureka.instance.prefer-ip-address=true
[org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
[Request processing failed; nested exception is feign.FeignException$NotFound: [404] during [POST] to [http://cards/customer] [CardsCaller#myCustomer(Customer)]: [{"timestamp":"2022-09-20T13:01:58.273+00:00","status":404,"error":"Not Found","path":"/customer"}]] with root cause
In EUREKA SERVER URI IS : http://ipaddress/actuator/info but its expecting http://cards/customer how can i change to lisen only the server agent?