From 2e4f08a56e577a1d8aa895ea9cac6d153c16b9da Mon Sep 17 00:00:00 2001 From: Yao Wang Date: Mon, 16 May 2022 10:48:48 +0800 Subject: [PATCH] fix bug: get profile api cannot be accessed #1882 --- .../main/java/com/baidu/hugegraph/api/profile/ProfileAPI.java | 1 + 1 file changed, 1 insertion(+) diff --git a/hugegraph-api/src/main/java/com/baidu/hugegraph/api/profile/ProfileAPI.java b/hugegraph-api/src/main/java/com/baidu/hugegraph/api/profile/ProfileAPI.java index e8cd4bc3dc..c55247b64c 100644 --- a/hugegraph-api/src/main/java/com/baidu/hugegraph/api/profile/ProfileAPI.java +++ b/hugegraph-api/src/main/java/com/baidu/hugegraph/api/profile/ProfileAPI.java @@ -59,6 +59,7 @@ public class ProfileAPI { private static String API_PROFILES = null; @GET + @Path("profiles") @Timed @Produces(MediaType.APPLICATION_JSON) public String getProfile(@Context Application application) {