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
kratos-ci-bot
changed the title
[Feature]http的server是否支持将router开放出来重新赋值修改
[Feature]Does the http server support opening the router and reassigning and modifying it?
Dec 19, 2024
当前的router属于私有的,并且无法自己赋值修改。 我这里的需求是想重写router,但是无法修改。 希望增加.
func (s *Server) SetRouter(router *mux.Router) {
s.router = router
}
The text was updated successfully, but these errors were encountered: