From 59c3e83fd34c5790d0489ed90998e134a5bd871c Mon Sep 17 00:00:00 2001 From: Blaine Jester Date: Fri, 21 Oct 2022 11:37:46 -0700 Subject: [PATCH] Add demo server URL to catalog response --- contentcuration/contentcuration/viewsets/channel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contentcuration/contentcuration/viewsets/channel.py b/contentcuration/contentcuration/viewsets/channel.py index aad4638e3c..53fc93580f 100644 --- a/contentcuration/contentcuration/viewsets/channel.py +++ b/contentcuration/contentcuration/viewsets/channel.py @@ -584,6 +584,7 @@ class CatalogViewSet(ReadOnlyValuesViewset): "count", "public", "last_published", + "demo_server_url", ) def get_queryset(self):