Fix a major typo
This commit is contained in:
parent
f5a804210f
commit
3c49d6e947
|
@ -44,7 +44,7 @@ func getServerArchive(c *gin.Context) {
|
||||||
|
|
||||||
if token.Subject != c.Param("server") {
|
if token.Subject != c.Param("server") {
|
||||||
c.AbortWithStatusJSON(http.StatusForbidden, gin.H{
|
c.AbortWithStatusJSON(http.StatusForbidden, gin.H{
|
||||||
"error": "( ..•˘___˘• .. )",
|
"error": "( .. •˘___˘• .. )",
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user