We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49b42f1 + be60019 commit 6aecacfCopy full SHA for 6aecacf
src/main/java/br/com/grupo63/serviceorder/gateway/identification/IIdentificationGateway.java
@@ -11,7 +11,7 @@
11
@FeignClient(name = "identification", url = "${app.api-url.identification}")
12
public interface IIdentificationGateway {
13
14
- @RequestMapping(method = RequestMethod.GET, value = "/identification/clients/{id}")
+ @RequestMapping(method = RequestMethod.GET, value = "/clients/{id}")
15
Optional<ClientDTO> getById(@PathVariable("id") String id);
16
17
}
0 commit comments