mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'application-mgt-new' into 'application-mgt-new'
Fix APPM API deploying issue on gateway See merge request entgra/carbon-device-mgt!282
This commit is contained in:
commit
128c226cd3
@ -69,7 +69,7 @@ import javax.ws.rs.core.Response;
|
|||||||
@SwaggerDefinition(
|
@SwaggerDefinition(
|
||||||
info = @Info(
|
info = @Info(
|
||||||
version = "1.0.0",
|
version = "1.0.0",
|
||||||
title = "ApplicationDTO Management Publisher Service",
|
title = "Application Management Publisher Service",
|
||||||
extensions = {
|
extensions = {
|
||||||
@Extension(properties = {
|
@Extension(properties = {
|
||||||
@ExtensionProperty(name = "name", value = "ApplicationManagementPublisherService"),
|
@ExtensionProperty(name = "name", value = "ApplicationManagementPublisherService"),
|
||||||
|
|||||||
@ -51,7 +51,7 @@ info = @Info(
|
|||||||
extensions = {
|
extensions = {
|
||||||
@Extension(properties = {
|
@Extension(properties = {
|
||||||
@ExtensionProperty(name = "name", value = "PublisherReviewManagementAdminService"),
|
@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 = {
|
extensions = {
|
||||||
@Extension(properties = {
|
@Extension(properties = {
|
||||||
@ExtensionProperty(name = "name", value = "ReviewManagementService"),
|
@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…
Reference in New Issue
Block a user