feat: list active public file links
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user