UP 视频模块
This commit is contained in:
@@ -13,8 +13,7 @@ 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("/memos", controller.Memos)
|
||||
|
||||
http.HandleFunc(config.Cfg.GitHookUrl, controller.GithubHook)
|
||||
http.HandleFunc(config.Cfg.Dashboard, controller.Dashboard)
|
||||
|
Reference in New Issue
Block a user