mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix APPM API deploying issue on gateway
This commit is contained in:
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…
Reference in New Issue
Block a user