cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-23 12:11:08 +11:00
parent 4bc430633e
commit b801563074
2 changed files with 1 additions and 80 deletions

View File

@@ -282,7 +282,6 @@ func main() {
secretRoutes.POST("/retrieve", controllers.RetrieveSecret) // TODO deprecate, replace retrieve with get
secretRoutes.POST("/get", controllers.RetrieveSecret)
secretRoutes.GET("/list", controllers.ListSecrets)
//secretRoutes.POST("/retrieveMultiple", controllers.RetrieveMultpleSecrets) // TODO is this still required?
secretRoutes.POST("/store", controllers.StoreSecret) // TODO deprecate, replace store with add
secretRoutes.POST("/add", controllers.StoreSecret)