diff --git a/services/city-service/routes_city.py b/services/city-service/routes_city.py index c1f88472..4806a942 100644 --- a/services/city-service/routes_city.py +++ b/services/city-service/routes_city.py @@ -3095,6 +3095,7 @@ async def get_microdao_by_slug(slug: str): parent_microdao_slug=dao.get("parent_microdao_slug"), child_microdaos=child_microdaos, logo_url=dao.get("logo_url"), + banner_url=dao.get("banner_url"), agents=agents, channels=channels, public_citizens=public_citizens,