Browse Source

auto update script executed

Toby Chui 2 năm trước cách đây
mục cha
commit
f237dac426
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      mod/dynamicproxy/dynamicproxy.go
  2. 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
sys.db