mirror of https://gitlab.com/bashrc2/epicyon
return path
parent
fa84a01239
commit
2302dd6a1a
|
@ -2594,7 +2594,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
self.server.personCache,
|
self.server.personCache,
|
||||||
None, True)
|
None, True)
|
||||||
profilePathStr += \
|
profilePathStr += \
|
||||||
'?options=' + actor + ';1;' + avatarUrl
|
'/search?options=' + actor + ';1;' + avatarUrl
|
||||||
|
|
||||||
self._showPersonOptions(callingDomain, profilePathStr,
|
self._showPersonOptions(callingDomain, profilePathStr,
|
||||||
baseDir, httpPrefix,
|
baseDir, httpPrefix,
|
||||||
|
|
Loading…
Reference in New Issue