progres
This commit is contained in:
@@ -11,7 +11,7 @@ type RetrieveInput struct {
|
||||
DeviceCategory string `json:"deviceCategory"`
|
||||
}
|
||||
|
||||
func Retrieve(c *gin.Context) {
|
||||
func RetrieveSecret(c *gin.Context) {
|
||||
var input RetrieveInput
|
||||
|
||||
if err := c.ShouldBindJSON(&input); err != nil {
|
||||
|
Reference in New Issue
Block a user