浏览代码

fixing get config

afeiszli 4 年之前
父节点
当前提交
6de7ec4cc5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/serverHttpController.go

+ 1 - 1
controllers/serverHttpController.go

@@ -51,7 +51,7 @@ func securityCheckServer(adminonly bool, next http.Handler) http.HandlerFunc {
 			return
 		} 
 		if adminonly && !isadmin && !authenticateMasterServer(authToken) {
-			returnErrorResponse(w, r, errorResponse)W
+			returnErrorResponse(w, r, errorResponse)
 			return
 		}
 		next.ServeHTTP(w, r)