Fix legacy search endpoint, which wasn't calling the parent one

This commit is contained in:
amercader 2015-11-20 13:25:39 +00:00
parent 8dd54a1862
commit eda687c556
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ class GAApiController(ApiController):
pass
self._post_analytics(c.user, register, "search", id)
return ApiController.search(self, ver, register)
class GAResourceController(PackageController):
# intercept API calls to record via google analytics