aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/api/bot/hiphopify.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-19 20:26:23 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-19 20:26:23 +0100
commit9e58a83ce3ef45eac38466be6bc4e46e01cb5096 (patch)
treef066a2e2e284bd9a11020e7dca49cd78b8e3e9e9 /pysite/views/api/bot/hiphopify.py
parentGDPR compliance for jammer profiles (diff)
parentSnake cog (#71) (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'pysite/views/api/bot/hiphopify.py')
-rw-r--r--pysite/views/api/bot/hiphopify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysite/views/api/bot/hiphopify.py b/pysite/views/api/bot/hiphopify.py
index bb85d5b5..50a811c6 100644
--- a/pysite/views/api/bot/hiphopify.py
+++ b/pysite/views/api/bot/hiphopify.py
@@ -34,8 +34,8 @@ DELETE_SCHEMA = Schema([
class HiphopifyView(APIView, DBMixin):
- path = "/hiphopify"
- name = "hiphopify"
+ path = "/bot/hiphopify"
+ name = "bot.hiphopify"
prison_table = "hiphopify"
name_table = "hiphopify_namelist"