增加说说 影集支持模块
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user