Handle paths in URLs
This commit is contained in:
@@ -30,7 +30,7 @@ room = qs['room'][0]
|
|||||||
presentUrl = urllib.parse.urlunparse([
|
presentUrl = urllib.parse.urlunparse([
|
||||||
url.scheme,
|
url.scheme,
|
||||||
url.netloc,
|
url.netloc,
|
||||||
'/api/present',
|
url.path + 'api/present',
|
||||||
url.params,
|
url.params,
|
||||||
urllib.parse.urlencode({'room_id': room}),
|
urllib.parse.urlencode({'room_id': room}),
|
||||||
url.fragment,
|
url.fragment,
|
||||||
|
|||||||
Reference in New Issue
Block a user