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

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
}