1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update config.js

This commit is contained in:
guide 2022-02-22 15:59:34 +08:00
parent 13b950686d
commit b5e19791c6

View File

@ -307,7 +307,7 @@ module.exports = config({
},
"api-gateway", "distributed-id",
{
title: "rpc", prefix: "rpc/",
title: "RPC", prefix: "rpc/",
children: ["dubbo", "why-use-rpc"]
},
"distributed-transaction",