summaryrefslogtreecommitdiffstats
path: root/api4/api.go
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-04-20 08:57:31 -0400
committerGeorge Goldberg <george@gberg.me>2017-04-20 13:57:31 +0100
commit1a0f8d1b3c7451eac43bfdc5971de060caabf441 (patch)
tree3bf83f3f8da16a257a1539d0a20cf7febb95fba8 /api4/api.go
parentb79439e92b11a53c972bbd1169f4c3aaede9b8ce (diff)
downloadchat-1a0f8d1b3c7451eac43bfdc5971de060caabf441.tar.gz
chat-1a0f8d1b3c7451eac43bfdc5971de060caabf441.tar.bz2
chat-1a0f8d1b3c7451eac43bfdc5971de060caabf441.zip
PLT-1384 Added websocket event when preferences are updated/deleted (#6107)
Diffstat (limited to 'api4/api.go')
-rw-r--r--api4/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api4/api.go b/api4/api.go
index 18e1e4022..8d03d91d1 100644
--- a/api4/api.go
+++ b/api4/api.go
@@ -76,7 +76,7 @@ type Routes struct {
System *mux.Router // 'api/v4/system'
- Preferences *mux.Router // 'api/v4/preferences'
+ Preferences *mux.Router // 'api/v4/users/{user_id:[A-Za-z0-9]+}/preferences'
License *mux.Router // 'api/v4/license'