forked from indymedia/epicyon
Change endpoint name to avoid conflicts
parent
3007790bf6
commit
6d9771f22b
|
@ -1561,7 +1561,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
|
|
||||||
# show a list of who you are following
|
# show a list of who you are following
|
||||||
if htmlGET and authorized and '/users/' in self.path and \
|
if htmlGET and authorized and '/users/' in self.path and \
|
||||||
self.path.endswith('/following'):
|
self.path.endswith('/followingaccounts'):
|
||||||
nickname = getNicknameFromActor(self.path)
|
nickname = getNicknameFromActor(self.path)
|
||||||
followingFilename = \
|
followingFilename = \
|
||||||
self.baseDir + '/accounts/' + \
|
self.baseDir + '/accounts/' + \
|
||||||
|
|
Loading…
Reference in New Issue