mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-14 02:12:26 +08:00
fis simple
This commit is contained in:
4
front.go
4
front.go
@@ -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