mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-03-02 17:27:29 +08:00
add tag search api
This commit is contained in:
@@ -19,6 +19,7 @@ func SetupRouter() *gin.Engine {
|
||||
r.GET(`/filmPlayInfo`, controller.FilmPlayInfo)
|
||||
r.GET(`/searchFilm`, controller.SearchFilm)
|
||||
r.GET(`/filmCategory`, controller.FilmCategory)
|
||||
r.GET(`/filmClassified`, controller.FilmTagSearch)
|
||||
|
||||
// 触发spider
|
||||
spiderRoute := r.Group(`/spider`)
|
||||
|
||||
Reference in New Issue
Block a user