fix2 doble http in vc_id

This commit is contained in:
Cayo Puigdefabregas 2024-03-15 19:18:39 +01:00
parent 674f136342
commit 52175761d6
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ class VerificableCredential(models.Model):
cred_path = 'public/credentials'
sid = self.hash
url_id = "https://{}/{}/{}".format(
url_id = "{}/{}/{}".format(
domain,
cred_path,
sid