feat: list active public file links
All checks were successful
CI / hygiene (push) Successful in 1s
Build and Deploy / build-and-deploy (push) Successful in 30s
CI / test (push) Successful in 21s

This commit is contained in:
Grendgi
2026-06-16 16:29:59 +03:00
parent 44ea1fa36b
commit bfb1c2d0ab
6 changed files with 67 additions and 16 deletions

View File

@@ -83,6 +83,7 @@ func main() {
r.Get("/download", nodeH.Download)
r.Get("/access", nodeH.ListAccess)
r.Put("/access", nodeH.ReplaceAccess)
r.Get("/public-links", nodeH.ListPublicLinks)
r.Post("/public-links", nodeH.CreatePublicLink)
})
}