Added endpoint for removing user from service, all tests passing.

This commit is contained in:
Nicholas Staples
2016-03-22 13:14:23 +00:00
parent a0ea15d728
commit 090babaaeb
7 changed files with 116 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ class Development(Config):
class Test(Development):
pass
DEBUG = True
configs = {
'live': 'config_live.Live',