mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +08:00
feat: remove blacklist api
This commit is contained in:
@@ -87,6 +87,7 @@ func (s *Server) Serve() error {
|
||||
activity.POST("/delete", HttpHandler(s.RemoveActivity))
|
||||
activity.GET("/media/:id", HttpHandler(s.GetMediaDownloadHistory))
|
||||
activity.GET("/blacklist", HttpHandler(s.GetAllBlacklistItems))
|
||||
activity.DELETE("/blacklist/:id", HttpHandler(s.RemoveBlacklistItem))
|
||||
//activity.GET("/torrents", HttpHandler(s.GetAllTorrents))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user