Fix schema
This commit is contained in:
@ -15,7 +15,6 @@ type AccountData struct {
|
||||
}
|
||||
|
||||
func (h *Handler) account(c *gin.Context) {
|
||||
|
||||
accountID := c.Param("accountid")
|
||||
accountUUID, err := uuid.Parse(accountID)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user