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:
Paul Dill 2017-01-31 15:15:46 +00:00
parent 74ccca28e2
commit fc8b74fe13
9 changed files with 603 additions and 42 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
/log
myapp.conf
hypnotoad.pid
*.db
*~