From 74ffb6f98f7ee8b4e61743919ab20460c57ad4da Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Sun, 16 Apr 2017 21:14:31 -0400 Subject: Implement GET /webrtc/token endpoint for APIv4 (#6046) --- api4/api.go | 1 + 1 file changed, 1 insertion(+) (limited to 'api4/api.go') diff --git a/api4/api.go b/api4/api.go index 45581525e..a91fb80b5 100644 --- a/api4/api.go +++ b/api4/api.go @@ -178,6 +178,7 @@ func InitApi(full bool) { InitWebSocket() InitEmoji() InitReaction() + InitWebrtc() app.Srv.Router.Handle("/api/v4/{anything:.*}", http.HandlerFunc(Handle404)) -- cgit v1.2.3-1-g7c22