mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-21 03:44:17 +08:00
1、实现用户注册
2、实现验证码 3、完善文档评论功能
This commit is contained in:
9
controllers/comment.go
Normal file
9
controllers/comment.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package controllers
|
||||
|
||||
type CommentController struct {
|
||||
BaseController
|
||||
}
|
||||
|
||||
func (c *CommentController) Lists() {
|
||||
|
||||
}
|
Reference in New Issue
Block a user