mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-08 02:57:38 +08:00
feat: change single episode monitoring status
This commit is contained in:
@@ -67,6 +67,7 @@ func (s *Server) Serve() error {
|
||||
setting.GET("/about", HttpHandler(s.About))
|
||||
setting.POST("/parse/tv", HttpHandler(s.ParseTv))
|
||||
setting.POST("/parse/movie", HttpHandler(s.ParseMovie))
|
||||
setting.POST("/monitoring", HttpHandler(s.ChangeEpisodeMonitoring))
|
||||
}
|
||||
activity := api.Group("/activity")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user