initial delete secret implementation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
2
main.go
2
main.go
@@ -262,7 +262,7 @@ func main() {
|
||||
protected.POST("/store", controllers.StoreSecret)
|
||||
protected.POST("/update", controllers.UpdateSecret)
|
||||
// TODO
|
||||
//protected.POST("/delete", controllers.DeleteSecret)
|
||||
protected.POST("/delete", controllers.DeleteSecret)
|
||||
|
||||
// Support parameters in path
|
||||
// See https://gin-gonic.com/docs/examples/param-in-path/
|
||||
|
Reference in New Issue
Block a user