Change qkdn manager endpoint from setKeyStore to set_key_store
Compare changes
+ 13
− 20
@@ -9,7 +9,6 @@ import (
@@ -9,7 +9,6 @@ import (
@@ -27,7 +26,7 @@ var endpoints = map[string]string{
@@ -27,7 +26,7 @@ var endpoints = map[string]string{
@@ -182,23 +181,21 @@ func (qs *QkdnManagerServer) handleHttpAkmsInterface(w http.ResponseWriter, r *h
@@ -182,23 +181,21 @@ func (qs *QkdnManagerServer) handleHttpAkmsInterface(w http.ResponseWriter, r *h
@@ -209,17 +206,13 @@ func (qs *QkdnManagerServer) handleSetKeyStore(w http.ResponseWriter, r *http.Re
@@ -209,17 +206,13 @@ func (qs *QkdnManagerServer) handleSetKeyStore(w http.ResponseWriter, r *http.Re
http.Error(w, fmt.Sprintf("Failed to restart fetching for quantum module of peer: %s", peerID), http.StatusBadRequest)