This commit is contained in:
2023-04-01 16:16:07 +11:00
parent 7184eba5f3
commit b19aeeb30d
5 changed files with 46 additions and 352 deletions

View File

@@ -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 {