imbajin commented on code in PR #2423:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2423#discussion_r1461293525


##########
hugegraph-server/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java:
##########
@@ -55,6 +55,7 @@ public class ProfileAPI {
     private static final String SERVICE = "hugegraph";
     private static final String DOC = "https://hugegraph.apache.org/docs/";;
     private static final String API_DOC = DOC + "clients/";
+    private static final String SWAGGER_UI = 
"http://{domain/ip}:{port}/swagger-ui/index.html#/";;

Review Comment:
   Shall we need/keep `#` in the end? (whats for?_



-- 
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