This commit is contained in:
Shiny Nematoda
2022-12-13 11:03:50 +00:00
parent a09afc1377
commit ba2768dec4
+1 -1
View File
@@ -32,7 +32,7 @@ func ParseUrl(raw string) (string, error) {
prehost := u.Host
u.Scheme = "https"
u.Host = os.Getenv("HYP_PROXY")
u.Host = string(os.Getenv("HYP_PROXY"))
q := u.Query()
q.Set("host", prehost)