elguardian commented on code in PR #1962:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/1962#discussion_r1464502710


##########
data-audit/README.md:
##########
@@ -35,9 +34,11 @@ Data Audit JPA «SpringBoot»: Provides the wiring between the 
specific implemen
 
 The way to retrieve information from the data audit is using GraphQL. This way 
we can abstract how the information is retrieved and allow different needs 
depending on the user.
 
+The Path is ${HOST}/data-audit/q for sending GraphQL queries.

Review Comment:
   changed



##########
data-audit/data-audit-common/src/main/java/org/kie/kogito/app/audit/api/SubsystemConstants.java:
##########
@@ -25,6 +25,8 @@ private SubsystemConstants() {
     }
 
     public static final String DATA_AUDIT_PATH = "/data-audit";
+    public static final String DATA_AUDIT_QUERY_PATH = "/data-audit/q";

Review Comment:
   changed



##########
data-audit/data-audit-common/src/main/java/org/kie/kogito/app/audit/api/SubsystemConstants.java:
##########
@@ -25,6 +25,8 @@ private SubsystemConstants() {
     }
 
     public static final String DATA_AUDIT_PATH = "/data-audit";
+    public static final String DATA_AUDIT_QUERY_PATH = "/data-audit/q";
+    public static final String DATA_AUDIT_REGISTRY_PATH = "/data-audit/r";

Review Comment:
   changed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to