diff options
author | 2018-05-19 20:26:23 +0100 | |
---|---|---|
committer | 2018-05-19 20:26:23 +0100 | |
commit | 9e58a83ce3ef45eac38466be6bc4e46e01cb5096 (patch) | |
tree | f066a2e2e284bd9a11020e7dca49cd78b8e3e9e9 /pysite/views/api/bot/user.py | |
parent | GDPR compliance for jammer profiles (diff) | |
parent | Snake cog (#71) (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'pysite/views/api/bot/user.py')
-rw-r--r-- | pysite/views/api/bot/user.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pysite/views/api/bot/user.py b/pysite/views/api/bot/user.py index cd66f3e8..a353ccfe 100644 --- a/pysite/views/api/bot/user.py +++ b/pysite/views/api/bot/user.py @@ -28,8 +28,8 @@ DELETE_SCHEMA = Schema([ class UserView(APIView, DBMixin): - path = "/user" - name = "api.bot.user" + path = "/bot/users" + name = "bot.users" table_name = "users" oauth_table_name = "oauth_data" participants_table = "code_jam_participants" |