All four http methods working now for user and service restful apis.

This commit is contained in:
Nicholas Staples
2016-01-11 17:19:06 +00:00
parent 49e98c21e7
commit 74547013ba
11 changed files with 114 additions and 53 deletions

View File

@@ -0,0 +1,6 @@
from sqlalchemy.exc import SQLAlchemyError
# Should I use SQLAlchemyError?
class DAOException(SQLAlchemyError):
pass