mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-06 10:07:45 +08:00
add parse tv & movie api
This commit is contained in:
@@ -69,6 +69,8 @@ func (s *Server) Serve() error {
|
||||
setting.GET("/auth", HttpHandler(s.GetAuthSetting))
|
||||
setting.GET("/logfiles", HttpHandler(s.GetAllLogs))
|
||||
setting.GET("/about", HttpHandler(s.About))
|
||||
setting.POST("/parse/tv", HttpHandler(s.ParseTv))
|
||||
setting.POST("/parse/movie", HttpHandler(s.ParseMovie))
|
||||
}
|
||||
activity := api.Group("/activity")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user