mirror of
https://github.com/yv1ing/MollyBlog.git
synced 2025-09-16 14:53:45 +08:00
new: Added new category pages and related modules
This commit is contained in:
@@ -5,6 +5,7 @@ func (ma *MApp) loadRoutes() {
|
||||
ma.engine.GET("/archive", ma.ArchiveHandler)
|
||||
ma.engine.GET("/post/:hash", ma.PostHandler)
|
||||
ma.engine.GET("/tag/:hash", ma.TagHandler)
|
||||
ma.engine.GET("/category/:hash", ma.CategoryHandler)
|
||||
|
||||
ma.engine.PUT("/update", ma.UpdateBlogHandler)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user