mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2024-12-22 05:02:58 -05:00
Fix implementation
This commit is contained in:
parent
57290767b6
commit
708b1ff883
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ func Routes(route *gin.Engine) {
|
|||
context.Error(err)
|
||||
}
|
||||
|
||||
context.JSON(200, data)
|
||||
context.JSON(200, extractor.FormatMessage(data, true))
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue