From 52175761d6621b9e75546a46845defa1781ddc38 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Fri, 15 Mar 2024 19:18:39 +0100 Subject: [PATCH] fix2 doble http in vc_id --- idhub/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idhub/models.py b/idhub/models.py index 2eae07f..7843d4c 100644 --- a/idhub/models.py +++ b/idhub/models.py @@ -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