Skip to content

Commit 105a3bb

Browse files
committed
fix: wrong context path
1 parent af7b205 commit 105a3bb

File tree

2 files changed

+1
-1
lines changed

2 files 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
@@ -8,7 +8,7 @@
88

99
import java.util.Optional;
1010

11-
@FeignClient(name = "identification", url = "/clients")
11+
@FeignClient(name = "identification", url = "/identification/clients")
1212
public interface IIdentificationGateway {
1313

1414
@RequestMapping(method = RequestMethod.GET, value = "/{id}")
15 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)