UP 视频模块

This commit is contained in:
JiXieShi
2024-05-07 21:33:51 +08:00
parent 7964879495
commit 47f42fe2b0
10 changed files with 545 additions and 113 deletions

View File

@@ -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)