Skip to content

Commit c8b7437

Browse files
authored
feat(jans-config-api): update the license API url called from config-api (Admin UI Plugin) (#11559)
feat: update the license API url called from config-api (Admin UI Plugin) Signed-off-by: duttarnab <[email protected]>
1 parent 35aa8b7 commit c8b7437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jans-config-api/plugins/admin-ui-plugin/src/main/java/io/jans/ca/plugin/adminui/service/license/LicenseDetailsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,6 @@ private Optional<GenericResponse> handleMissingFieldsInResponse(JsonObject entit
832832
* Handles API URL format
833833
*/
834834
private String formatApiUrl(String scanApiHostname, String endpoint) {
835-
return StringUtils.removeEnd(scanApiHostname, "/") + "/scan/license" + endpoint;
835+
return StringUtils.removeEnd(scanApiHostname, "/") + "/v1/license" + endpoint;
836836
}
837837
}

0 commit comments

Comments
 (0)