Change endpoint name to avoid conflicts

main
Bob Mottram 2020-06-17 17:50:52 +01:00
parent 3007790bf6
commit 6d9771f22b
1 changed files with 1 additions and 1 deletions

View File

@ -1561,7 +1561,7 @@ class PubServer(BaseHTTPRequestHandler):
# show a list of who you are following
if htmlGET and authorized and '/users/' in self.path and \
self.path.endswith('/following'):
self.path.endswith('/followingaccounts'):
nickname = getNicknameFromActor(self.path)
followingFilename = \
self.baseDir + '/accounts/' + \