Skip to content

Commit

Permalink
将生产者权重更新单独做成接口避免覆盖其他配置
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazy committed Oct 13, 2020
1 parent c019432 commit 552b774
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@
<route inherit="get"
path="/v1/producer/weight/:id" handlers="producer#weight render"
errors="error"/>
<route inherit="post"
path="/v1/producer/updateWeight/:id" handlers="producer#updateWeight render"
errors="error"/>

<route inherit="post"
path="/v1/producer/add" handlers="producer#add render"
Expand Down

0 comments on commit 552b774

Please sign in to comment.