Adding query & state change PAP REST API's
[policy/pap.git] / main / src / main / java / org / onap / policy / pap / main / rest / PapRestServer.java
index 582c10d..2858707 100644 (file)
@@ -94,7 +94,9 @@ public class PapRestServer implements Startable {
                         String.join(",", HealthCheckRestControllerV1.class.getCanonicalName(),
                                         StatisticsRestControllerV1.class.getCanonicalName(),
                                         PdpGroupDeployControllerV1.class.getCanonicalName(),
-                                        PdpGroupDeleteControllerV1.class.getCanonicalName()));
+                                        PdpGroupDeleteControllerV1.class.getCanonicalName(),
+                                        PdpGroupStateChangeControllerV1.class.getCanonicalName(),
+                                        PdpGroupQueryControllerV1.class.getCanonicalName()));
         props.setProperty(svcpfx + PolicyEndPointProperties.PROPERTY_MANAGED_SUFFIX, "false");
         props.setProperty(svcpfx + PolicyEndPointProperties.PROPERTY_HTTP_SWAGGER_SUFFIX, "true");
         props.setProperty(svcpfx + PolicyEndPointProperties.PROPERTY_HTTP_AUTH_USERNAME_SUFFIX,