Update register api, add testing for the register api, remove token api as this is now in register and add the database schema.
This commit is contained in:
parent
74ccca28e2
commit
fc8b74fe13
9 changed files with 603 additions and 42 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
/log
|
||||
myapp.conf
|
||||
hypnotoad.pid
|
||||
*.db
|
||||
*~
|
||||
|
|
Reference in a new issue