Explorar o código

auto update script executed

Toby Chui %!s(int64=2) %!d(string=hai) anos
pai
achega
f237dac426
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      mod/dynamicproxy/dynamicproxy.go
  2. BIN=BIN
      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=BIN
sys.db