Skip to content

Commit

Permalink
Update graphs.md
Browse files Browse the repository at this point in the history
line126:
gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy
  • Loading branch information
badagou333 authored Sep 12, 2023
1 parent 156b9c7 commit 83c5248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/cn/docs/clients/restful-api/graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -425,4 +425,4 @@ PUT http://localhost:8080/graphs/hugegraph/compact
"local": "OK"
}
}
```
```

0 comments on commit 83c5248

Please sign in to comment.