添加获取评论

This commit is contained in:
JACKYMYPERSON
2025-09-25 11:48:54 +08:00
parent cafb57a87d
commit cbf0fea966

View File

@@ -0,0 +1,7 @@
package comments
import "github.com/gin-gonic/gin"
func GetComments(c *gin.Context) {
}