commit/galaxy-central: guerler: Api: Redirect deprecated ftp files api
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/18aa57e52605/ Changeset: 18aa57e52605 User: guerler Date: 2015-01-29 17:18:03+00:00 Summary: Api: Redirect deprecated ftp files api Affected #: 1 file diff -r 4fcd087ac38c5ff89e715b969de0210fd3c395e0 -r 18aa57e52605ca18e6f0e4d1fcfcdff53b0664fa lib/galaxy/webapps/galaxy/buildapp.py --- a/lib/galaxy/webapps/galaxy/buildapp.py +++ b/lib/galaxy/webapps/galaxy/buildapp.py @@ -179,6 +179,7 @@ webapp.mapper.resource( 'form', 'forms', path_prefix='/api' ) webapp.mapper.resource( 'request_type', 'request_types', path_prefix='/api' ) webapp.mapper.resource( 'role', 'roles', path_prefix='/api' ) + webapp.mapper.connect( '/api/ftp_files', controller='remote_files' ) webapp.mapper.resource( 'remote_file', 'remote_files', path_prefix='/api' ) webapp.mapper.resource( 'group', 'groups', path_prefix='/api' ) webapp.mapper.resource_with_deleted( 'quota', 'quotas', path_prefix='/api' ) 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.
participants (1)
-
commits-noreply@bitbucket.org