mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2025-01-03 11:20:08 -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.Error(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
context.JSON(200, data)
|
context.JSON(200, extractor.FormatMessage(data, true))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue