feat: add visible trash restore for files
All checks were successful
CI / hygiene (push) Successful in 2s
Build and Deploy / build-and-deploy (push) Successful in 34s
CI / test (push) Successful in 19s

This commit is contained in:
Grendgi
2026-06-16 15:48:09 +03:00
parent 3dc5044c99
commit c831d2c7c6
4 changed files with 145 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ func main() {
r.Get("/", nodeH.Get)
r.Patch("/", nodeH.Update)
r.Post("/move", nodeH.Move)
r.Post("/restore", nodeH.Restore)
r.Delete("/", nodeH.Delete)
r.Get("/download", nodeH.Download)
r.Get("/access", nodeH.ListAccess)