Files
smt/controllers/unlock.go
Nathan Coad 9203e09d2d
All checks were successful
continuous-integration/drone/push Build is passing
test loading secret key
2023-12-27 17:29:02 +11:00

7 lines
88 B
Go

package controllers
import "github.com/gin-gonic/gin"
func Unlock(c *gin.Context) {
}