--- a/ckanext/ga_report/plugin.py +++ b/ckanext/ga_report/plugin.py @@ -18,7 +18,7 @@ def after_map(self, map): map.connect( - '/data/analytics/usage', + '/data/analytics/', controller='ckanext.ga_report.controller:GaReport', action='index' )