瀏覽代碼

auto update script executed

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

+ 1 - 1
router.go

@@ -43,8 +43,8 @@ func AuthFsHandler(handler http.Handler) http.Handler {
 				webSshManager.HandleHttpByInstanceId(instanceUUID, w, r)
 			} else {
 				http.Error(w, "Invalid Usage", http.StatusInternalServerError)
-				return
 			}
+			return
 		}
 
 		//Authenticated