This commit is contained in:
Tiger Wang 2022-11-03 14:14:48 -04:00
parent d2acd3d774
commit 28960e78a9

View File

@ -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