Explorar o código

auto update script executed

Toby Chui hai 1 ano
pai
achega
a21ecde07f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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