Skip to content

Commit

Permalink
Decommission legacy API routes
Browse files Browse the repository at this point in the history
  No longer expose legacy endpoints.
  • Loading branch information
grosscol committed Feb 2, 2022
1 parent 5a41a9c commit 2752f11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bravo_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def create_app(test_config=None):
app.config['REFERENCE_SEQUENCE'],
app.config['SEQUENCES_CACHE_DIR'])

app.register_blueprint(api.bp)
app.register_blueprint(health.bp)
app.register_blueprint(autocomplete.bp, url_prefix='/ui')
app.register_blueprint(variant_routes.bp, url_prefix='/ui')
Expand Down

0 comments on commit 2752f11

Please sign in to comment.