From 83c5248c542a8caefae77e2eb5eb970bdbea3d78 Mon Sep 17 00:00:00 2001 From: badagou333 <92509120+badagou333@users.noreply.github.com> Date: Tue, 12 Sep 2023 14:39:24 +0800 Subject: [PATCH] Update graphs.md line126: gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy --- content/cn/docs/clients/restful-api/graphs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/cn/docs/clients/restful-api/graphs.md b/content/cn/docs/clients/restful-api/graphs.md index e1d5a0fff..909b7f5d7 100644 --- a/content/cn/docs/clients/restful-api/graphs.md +++ b/content/cn/docs/clients/restful-api/graphs.md @@ -123,7 +123,7 @@ POST http://localhost:8080/graphs/hugegraph2 ##### Request Body ``` -gremlin.graph=com.baidu.hugegraph.auth.HugeFactoryAuthProxy +gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy backend=rocksdb serializer=binary store=hugegraph2 @@ -425,4 +425,4 @@ PUT http://localhost:8080/graphs/hugegraph/compact "local": "OK" } } -``` \ No newline at end of file +```