Skip to content

Commit be60019

Browse files
committed
fix: duplicated context path
1 parent 49b42f1 commit be60019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/br/com/grupo63/serviceorder/gateway/identification/IIdentificationGateway.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@FeignClient(name = "identification", url = "${app.api-url.identification}")
1212
public interface IIdentificationGateway {
1313

14-
@RequestMapping(method = RequestMethod.GET, value = "/identification/clients/{id}")
14+
@RequestMapping(method = RequestMethod.GET, value = "/clients/{id}")
1515
Optional<ClientDTO> getById(@PathVariable("id") String id);
1616

1717
}

0 commit comments

Comments
 (0)