Fix APPM API deploying issue on gateway

merge-requests/282/head
lasanthaDLPDS 5 years ago
parent b127c3015e
commit 0abe6f1678

@ -69,7 +69,7 @@ import javax.ws.rs.core.Response;
@SwaggerDefinition(
info = @Info(
version = "1.0.0",
title = "ApplicationDTO Management Publisher Service",
title = "Application Management Publisher Service",
extensions = {
@Extension(properties = {
@ExtensionProperty(name = "name", value = "ApplicationManagementPublisherService"),

@ -51,7 +51,7 @@ info = @Info(
extensions = {
@Extension(properties = {
@ExtensionProperty(name = "name", value = "PublisherReviewManagementAdminService"),
@ExtensionProperty(name = "context", value = "/api/application-mgt-publisher/v1.0/admin/review"),
@ExtensionProperty(name = "context", value = "/api/application-mgt-publisher/v1.0/admin/reviews"),
})
}
),

@ -60,7 +60,7 @@ import java.util.List;
extensions = {
@Extension(properties = {
@ExtensionProperty(name = "name", value = "ReviewManagementService"),
@ExtensionProperty(name = "context", value = "/api/application-mgt-store/v1.0/store/review"),
@ExtensionProperty(name = "context", value = "/api/application-mgt-store/v1.0/reviews"),
})
}
),

Loading…
Cancel
Save