Skip to content

Commit

Permalink
Merge pull request #3762 from bjester/demo-server-url
Browse files Browse the repository at this point in the history
Add demo server URL to catalog response
  • Loading branch information
rtibbles authored Oct 24, 2022
2 parents 15b9629 + 59c3e83 commit a9c6e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contentcuration/contentcuration/viewsets/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ class CatalogViewSet(ReadOnlyValuesViewset):
"count",
"public",
"last_published",
"demo_server_url",
)

def get_queryset(self):
Expand Down

0 comments on commit a9c6e04

Please sign in to comment.