0
Fork 0
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:
dragongoose 2023-05-28 16:44:31 -04:00
parent 57290767b6
commit 708b1ff883
No known key found for this signature in database
GPG key ID: 50DB99B921579009

View file

@ -25,6 +25,6 @@ func Routes(route *gin.Engine) {
context.Error(err)
}
context.JSON(200, data)
context.JSON(200, extractor.FormatMessage(data, true))
})
}