Fix a major typo

This commit is contained in:
Matthew Penner 2020-04-06 17:09:55 -06:00 committed by GitHub
parent f5a804210f
commit 3c49d6e947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ func getServerArchive(c *gin.Context) {
if token.Subject != c.Param("server") {
c.AbortWithStatusJSON(http.StatusForbidden, gin.H{
"error": "( ..•˘___˘• .. )",
"error": "( .. •˘___˘• .. )",
})
return
}