Add baseUrl to Feign Client resource
Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
@@ -93,7 +93,7 @@ public class MgmtDefaultFeignClient {
|
||||
public MgmtSoftwareModuleClientResource getMgmtSoftwareModuleClientResource() {
|
||||
if (mgmtSoftwareModuleClientResource == null) {
|
||||
mgmtSoftwareModuleClientResource = feignBuilder.target(MgmtSoftwareModuleClientResource.class,
|
||||
MgmtSoftwareModuleClientResource.PATH);
|
||||
this.baseUrl + MgmtSoftwareModuleClientResource.PATH);
|
||||
}
|
||||
return mgmtSoftwareModuleClientResource;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user