Procházet zdrojové kódy

auto update script executed

Toby Chui před 2 roky
rodič
revize
f237dac426
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      mod/dynamicproxy/dynamicproxy.go
  2. binární
      sys.db

+ 2 - 0
mod/dynamicproxy/dynamicproxy.go

@@ -209,6 +209,8 @@ func (h *ProxyHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
 		}
 	}
 
+	fmt.Println(r.RequestURI)
+
 	targetProxyEndpoint := h.Parent.getTargetProxyEndpointFromRequestURI(r.RequestURI)
 	if targetProxyEndpoint != nil {
 		h.proxyRequest(w, r, targetProxyEndpoint)

binární
sys.db