mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-06 18:17:46 +08:00
add movie download history
This commit is contained in:
@@ -62,6 +62,7 @@ func (s *Server) Serve() error {
|
||||
{
|
||||
activity.GET("/", HttpHandler(s.GetAllActivities))
|
||||
activity.DELETE("/:id", HttpHandler(s.RemoveActivity))
|
||||
activity.GET("/media/:id", HttpHandler(s.GetMediaDownloadHistory))
|
||||
}
|
||||
|
||||
tv := api.Group("/media")
|
||||
|
||||
Reference in New Issue
Block a user