change some error messages
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-03 16:50:23 +10:00
parent 3407dfe4fe
commit 4529663864
3 changed files with 11 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ func Login(c *gin.Context) {
return
}
c.JSON(http.StatusOK, gin.H{"token": token})
c.JSON(http.StatusOK, gin.H{"access_token": token})
}