mirror of https://gitee.com/bigwinds/arangodb
14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
arangosh> db._routing.save({
|
|
........> url: "/hello/json",
|
|
........> content: {
|
|
........> contentType: "application/json",
|
|
........> body: '{"hello" : "world"}'
|
|
........> }
|
|
........> });
|
|
{
|
|
"_id" : "_routing/601027467",
|
|
"_rev" : "601027467",
|
|
"_key" : "601027467"
|
|
}
|
|
arangosh> require("internal").reloadRouting()
|