浏览代码

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,
 	}