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

This commit is contained in:
2024-01-19 11:22:57 +11:00
parent 1b5a2e89dd
commit de1a076d64
2 changed files with 31 additions and 6 deletions

View File

@@ -282,7 +282,6 @@ func main() {
secretRoutes.POST("/add", controllers.StoreSecret)
secretRoutes.POST("/update", controllers.UpdateSecret)
// TODO
secretRoutes.POST("/delete", controllers.DeleteSecret)
// Get Safes (only those user allowed to access)