Files
toutoukan/controllers/comments/getcomments.go
2025-09-25 11:48:54 +08:00

8 lines
91 B
Go

package comments
import "github.com/gin-gonic/gin"
func GetComments(c *gin.Context) {
}