Skip to content

Commit

Permalink
Update cluster.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi authored Aug 12, 2024
1 parent 41fc6e7 commit fa02afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/cluster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ router:get("/nodenames", function(c)
end)

-- 查看节点详情
router:get("/detail/{name}", function(c)
router:get("/detail/:name", function(c)
local name = c.params.name
local code, data = model_cluster.get_node_detail(name)
c:send_json({
Expand Down

0 comments on commit fa02afe

Please sign in to comment.