switch db tool to self create
This commit is contained in:
@@ -166,14 +166,5 @@ func UserSignup(c *context.Context) {
|
||||
return
|
||||
}
|
||||
|
||||
ok, err := acc.Get()
|
||||
|
||||
if !ok {
|
||||
c.ServerError(nil)
|
||||
return
|
||||
}
|
||||
|
||||
log.Println(acc.ID)
|
||||
|
||||
c.Success(nil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user