Skip to content
Snippets Groups Projects
Unverified Commit b2b90b7d authored by Amber Brown's avatar Amber Brown Committed by GitHub
Browse files

Hawkowl/fix missing auth (#5328)

parent fec2dcb1
No related branches found
No related tags found
No related merge requests found
The base classes for the v1 and v2_alpha REST APIs have been unified.
......@@ -29,6 +29,7 @@ class VoipRestServlet(RestServlet):
def __init__(self, hs):
super(VoipRestServlet, self).__init__()
self.hs = hs
self.auth = hs.get_auth()
@defer.inlineCallbacks
def on_GET(self, request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment