test loading secret key
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-27 17:29:02 +11:00
parent ca316e7086
commit 9203e09d2d
5 changed files with 39 additions and 3 deletions

6
controllers/unlock.go Normal file
View File

@@ -0,0 +1,6 @@
package controllers
import "github.com/gin-gonic/gin"
func Unlock(c *gin.Context) {
}