aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/api/bot/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/views/api/bot/user.py')
-rw-r--r--pysite/views/api/bot/user.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysite/views/api/bot/user.py b/pysite/views/api/bot/user.py
index 58963682..12f5a2c7 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"