Browse Source

auto update script executed

Toby Chui 1 year ago
parent
commit
a21ecde07f
1 changed files with 1 additions and 0 deletions
  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