diff --git a/config/routes/api_station.php b/config/routes/api_station.php index 791b07231..ab931c35d 100644 --- a/config/routes/api_station.php +++ b/config/routes/api_station.php @@ -517,6 +517,11 @@ return static function (RouteCollectorProxy $group) { Controller\Api\Stations\Reports\Overview\ByCountry::class )->setName('api:stations:reports:by-country'); + $group->get( + '/overview/by-stream', + Controller\Api\Stations\Reports\Overview\ByStream::class + )->setName('api:stations:reports:by-stream'); + $group->get( '/soundexchange', Controller\Api\Stations\Reports\SoundExchangeAction::class diff --git a/frontend/vue/components/Stations/Reports/Overview.vue b/frontend/vue/components/Stations/Reports/Overview.vue index 1a631fdac..52bacceb8 100644 --- a/frontend/vue/components/Stations/Reports/Overview.vue +++ b/frontend/vue/components/Stations/Reports/Overview.vue @@ -30,6 +30,15 @@ + + + + + + +