1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/3e054419aca1/ Changeset: 3e054419aca1 User: carlfeberhard Date: 2014-04-14 17:07:58 Summary: Configuration API: use new api decorator for error serialization Affected #: 1 file diff -r 587d6d4cc0accb1d0e8aa030e655190e411fbc17 -r 3e054419aca1d5831d65fcaccccf1dae16dfb279 lib/galaxy/webapps/galaxy/api/configuration.py --- a/lib/galaxy/webapps/galaxy/api/configuration.py +++ b/lib/galaxy/webapps/galaxy/api/configuration.py @@ -3,7 +3,7 @@ and configuration settings. """ -from galaxy import web +from galaxy.web import _future_expose_api as expose_api from galaxy.web.base.controller import BaseAPIController import logging @@ -30,7 +30,7 @@ 'allow_user_deletion', ] - @web.expose_api + @expose_api def index( self, trans, **kwd ): """ GET /api/configuration Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.