Now accounts can be added

This commit is contained in:
2021-01-02 12:09:16 +01:00
parent 96ab03a5fb
commit bb7e525adc
5 changed files with 184 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
package handlers
import (
"fmt"
"strings"
log "github.com/sirupsen/logrus"
@@ -28,8 +27,6 @@ func (h Handlers) AccountCreate(c *fiber.Ctx) error {
})
}
fmt.Println(accountInput)
var errors []ResJSONError
if accountInput.AccountName == "" {