Explorar el Código

response update

Signed-off-by: Matthew R. Kasun <[email protected]>
Matthew R. Kasun hace 3 años
padre
commit
7524f08146
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,
 	}