From af79ce597cde6cc056a04d97ae5622d949a304ba Mon Sep 17 00:00:00 2001 From: Wes Appler Date: Thu, 12 Mar 2026 16:16:41 -0400 Subject: [PATCH] Added url to open calls API --- hypha/apply/funds/models/applications.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hypha/apply/funds/models/applications.py b/hypha/apply/funds/models/applications.py index 83610cc04e..f7600e516b 100644 --- a/hypha/apply/funds/models/applications.py +++ b/hypha/apply/funds/models/applications.py @@ -101,6 +101,7 @@ def as_json(self): "image": image, "weight": weight, "next_deadline": next_deadline, + "url": self.get_url(), }