mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
ChallengeResource.uri
This commit is contained in:
parent
34466f745b
commit
761994a5f8
1 changed files with 4 additions and 0 deletions
|
|
@ -142,6 +142,10 @@ class ChallengeResource(Resource, jose.JSONObjectWithFields):
|
|||
"""
|
||||
__slots__ = ('body', 'authz_uri')
|
||||
|
||||
@property
|
||||
def uri(self):
|
||||
return body.uri
|
||||
|
||||
|
||||
class Challenge(ResourceBody):
|
||||
"""Challenge resource body.
|
||||
|
|
|
|||
Loading…
Reference in a new issue