增加说说 影集支持模块

This commit is contained in:
JiXieShi
2024-05-03 18:34:32 +08:00
parent f4597906c0
commit 31c541e1c2
10 changed files with 412 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ func InitRoute() {
http.HandleFunc("/categories", controller.Category)
http.HandleFunc("/article", controller.Article)
http.HandleFunc("/extra-nav", controller.ExtraNav)
http.HandleFunc("/album", controller.Album)
http.HandleFunc("/talk", controller.Talk)
http.HandleFunc(config.Cfg.GitHookUrl, controller.GithubHook)
http.HandleFunc(config.Cfg.Dashboard, controller.Dashboard)