fixed paths
This commit is contained in:
parent
a15f4c9127
commit
1f079eb542
@ -17,7 +17,7 @@ import com.knecon.fforesight.tenantcommons.model.TenantResponse;
|
||||
@ConditionalOnProperty(prefix = "fforesight.springdoc", value = "remote", havingValue = "true")
|
||||
public interface TenantsClient extends TenantProvider {
|
||||
|
||||
String TENANT_PATH = "/internal-api/tenants";
|
||||
String TENANT_PATH = "/tenants";
|
||||
String TENANT_ID_PARAM = "tenantId";
|
||||
String TENANT_ID_PATH_PARAM = "/{" + TENANT_ID_PARAM + "}";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user