diff --git a/routes/api/discover/discover.go b/routes/api/discover/discover.go index 2613d12..97931e6 100644 --- a/routes/api/discover/discover.go +++ b/routes/api/discover/discover.go @@ -25,6 +25,6 @@ func Routes(route *gin.Engine) { context.Error(err) } - context.JSON(200, data) + context.JSON(200, extractor.FormatMessage(data, true)) }) }