Skip to content

Commit

Permalink
Make genome browser tool data endpoints public
Browse files Browse the repository at this point in the history
  • Loading branch information
vlagrassa committed Oct 25, 2024
1 parent e52d011 commit 2efe2e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/site-v2/base/views/api/tracks.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ def edit_track(track: BrowserTrackDefault = None, form_data = None, no_cache: bo


@api_tracks_bp.route('/tool/<string:tool_id>', methods=['GET'])
@jwt_required()
@jsonify_request
def get_tool_tracks(tool_id: str):
'''
Expand All @@ -227,7 +226,6 @@ def get_tool_tracks(tool_id: str):


@api_tracks_bp.route('/templates', methods=['GET'])
@jwt_required()
@jsonify_request
def get_track_templates():
'''
Expand Down

0 comments on commit 2efe2e0

Please sign in to comment.