瀏覽代碼

auto update script executed

Toby Chui 1 年之前
父節點
當前提交
a21ecde07f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      router.go

+ 1 - 0
router.go

@@ -46,6 +46,7 @@ func AuthFsHandler(handler http.Handler) http.Handler {
 				r.URL, _ = sshprox.RewriteURL("/web.ssh/"+instanceUUID, r.RequestURI)
 				webSshManager.HandleHttpByInstanceId(instanceUUID, w, r)
 			} else {
+				fmt.Println(parts)
 				http.Error(w, "Invalid Usage", http.StatusInternalServerError)
 			}
 			return