mirror of https://gitlab.com/bashrc2/epicyon
Comments
parent
fedbe18ad2
commit
995adf0ceb
|
@ -5914,6 +5914,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
return
|
||||
self._400()
|
||||
elif path.startswith('/api/v1/crypto/keys/query'):
|
||||
# given a handle (nickname@domain) return the devices
|
||||
# registered to that handle
|
||||
if not self._cryptoAPIQuery():
|
||||
self._400()
|
||||
elif path.startswith('/api/v1/crypto/keys/claim'):
|
||||
|
|
Loading…
Reference in New Issue