You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the question is.
Expected behavior
Steps to reproduce the behavior:
At first, we have a service called "getCustomerMessageList" with route is "/seller/customer/message/list" . The route have the function for middle is "message0Mv()"
Some time later, the other teammate write a service called "userAndCustomerList" with route is "/message/customer".
The getCustomerMessageList's router will change to bind "message1Mv()", and "message0Mv()" will be bind by the userAndCustomerList.
Then the route will be useless because the middleware is Auth Validate
I just want to ask some ways to deal this . Maybe the "thirft" file can support to wirte the relation of the route and the middleware
Describe the Question
A clear and concise description of what the question is.
Expected behavior
Steps to reproduce the behavior:
I just want to ask some ways to deal this . Maybe the "thirft" file can support to wirte the relation of the route and the middleware
Screenshots
Hertz version:
hz version v0.8.1
The text was updated successfully, but these errors were encountered: