添加获取评论
This commit is contained in:
7
controllers/comments/getcomments.go
Normal file
7
controllers/comments/getcomments.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package comments
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func GetComments(c *gin.Context) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user