returning string for access key

This commit is contained in:
afeiszli
2021-04-06 12:33:01 -04:00
parent dec3437088
commit 5b955f2201
3 changed files with 84 additions and 1 deletions

View File

@@ -551,7 +551,7 @@ func createAccessKey(w http.ResponseWriter, r *http.Request) {
mongoconn.GetError(errN, w)
return
}
w.Write([]byte(accesskey.Value))
w.Write([]byte(accesskey.AccessString))
}
//pretty simple get