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.
1 parent 49b42f1 commit be60019Copy full SHA for be60019
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