文评列表json添加username字段
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
"toutoukan/controllers/goods"
|
||||
"toutoukan/controllers/kills"
|
||||
"toutoukan/controllers/notifications/getnotifications"
|
||||
"toutoukan/controllers/ping"
|
||||
"toutoukan/controllers/search"
|
||||
"toutoukan/controllers/system"
|
||||
"toutoukan/controllers/user"
|
||||
@@ -68,6 +69,7 @@ func SetupRouter() *gin.Engine {
|
||||
{
|
||||
fileGroup.POST("/upload", file.PicUpload)
|
||||
}
|
||||
r.GET("/ping", ping.GetPing)
|
||||
|
||||
return r
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user