This commit is contained in:
crusader
2018-05-11 12:24:29 +09:00
parent 81697d86cf
commit 9d30cf9726
3 changed files with 0 additions and 158 deletions

View File

@@ -18,8 +18,6 @@ func New(_config *config.Config) *cssw.Server {
ps.RPCServerCodec = rpcServerCodec
ps.UseSession = true
ds := &servlet.DataServlets{}
sh := &ServerHandlers{
ServerHandlers: *_config.ServerHandler,
Config: _config,
@@ -27,7 +25,6 @@ func New(_config *config.Config) *cssw.Server {
sh.RegisterServlet("/auth", as)
sh.RegisterServlet("/probe", ps)
sh.RegisterServlet("/data", ds)
s := &cssw.Server{
ServerHandler: sh,