mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
fis simple
This commit is contained in:
@@ -207,7 +207,9 @@ func HandleSitemap(c *gin.Context) {
|
||||
func HandleBeacon(c *gin.Context) {}
|
||||
|
||||
// 服务端获取评论详细
|
||||
func HandleComments(c *gin.Context) {
|
||||
func HandleDisqus(c *gin.Context) {
|
||||
slug := c.Query("slug")
|
||||
logd.Debug(slug)
|
||||
// TODO comments
|
||||
var ss = map[string]interface{}{
|
||||
"errno": 0,
|
||||
|
||||
Reference in New Issue
Block a user