Răsfoiți Sursa

response update

Signed-off-by: Matthew R. Kasun <[email protected]>
Matthew R. Kasun 3 ani în urmă
părinte
comite
7524f08146
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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,
 	}