This commit is contained in:
crusader 2017-11-29 01:33:30 +09:00
parent 4f15515a83
commit fd9e52d5b3

View File

@ -22,7 +22,7 @@ type ServletHandlers struct {
}
func (sh *ServletHandlers) ServletContext(parent cuc.Context) ServletContext {
return newRPCServletContext(parent)
return newServletContext(parent)
}
func (sh *ServletHandlers) Init(servletCTX ServletContext) error {