@@ -36,7 +36,7 @@ import (
)
/*
-Generic site call to the semrush site
+Generic site call to an upstream server
*/
func (c *Controller) RequestGeneric(method string, host string, path string, hdrs *http.Header, body io.Reader) ([]byte, *http.Header, int, error) {
reqUrl := fmt.Sprintf("https://%s%s", host, path)