소스 검색

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