소스 검색

response update

Signed-off-by: Matthew R. Kasun <[email protected]>
Matthew R. Kasun 3 년 전
부모
커밋
7524f08146
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/server.go

+ 1 - 0
controllers/server.go

@@ -177,6 +177,7 @@ func register(w http.ResponseWriter, r *http.Request) {
 	}
 
 	response := config.RegisterResponse{
+		Key:  *key,
 		CA:   *ca,
 		Cert: *cert,
 	}