mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 20:52:25 +00:00
add Net.Http to lua
This commit is contained in:
@@ -24,5 +24,5 @@ func (h *HandlerV1) Handle(r *http.Request, req *rpc.RPCRequest) *rpc.RPCRespons
|
||||
}
|
||||
}
|
||||
|
||||
return h.handleLUA(method, req)
|
||||
return h.handleLUA(r, req, method)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user