From 28960e78a9894b8d0154aa432809ec3ae3afdabc Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Thu, 3 Nov 2022 14:14:48 -0400 Subject: [PATCH] wip --- route/v1/system.go | 1 - 1 file changed, 1 deletion(-) diff --git a/route/v1/system.go b/route/v1/system.go index 7cce859..edfb985 100644 --- a/route/v1/system.go +++ b/route/v1/system.go @@ -343,7 +343,6 @@ func GetSystemNetInfo(c *gin.Context) { func GetSystemProxy(c *gin.Context) { url := c.Query("url") - resp, err := http2.Get(url, 30*time.Second) if err != nil { return