Parcourir la source

fixing get config

afeiszli il y a 4 ans
Parent
commit
6de7ec4cc5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)