Now accounts can be added
This commit is contained in:
@@ -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 == "" {
|
||||
|
||||
Reference in New Issue
Block a user