mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 13:50:12 +08:00
fix update issue
This commit is contained in:
parent
aaed083567
commit
22fa511811
@ -342,8 +342,9 @@ func (s *server) SetSystemProxy(ctx context.Context, in *gen.SetSystemProxyReque
|
||||
return &gen.EmptyResp{}, nil
|
||||
}
|
||||
|
||||
var updateDownloadUrl string
|
||||
|
||||
func (s *server) Update(ctx context.Context, in *gen.UpdateReq) (*gen.UpdateResp, error) {
|
||||
var updateDownloadUrl string
|
||||
ret := &gen.UpdateResp{}
|
||||
|
||||
client := boxapi.CreateProxyHttpClient(boxInstance)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user