Skip to content

Commit

Permalink
Drop unused API v1
Browse files Browse the repository at this point in the history
JIRA: RHELWF-7420
  • Loading branch information
hluk committed Sep 20, 2022
1 parent 0c72e50 commit f40a832
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 863 deletions.
3 changes: 0 additions & 3 deletions resultsdb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,6 @@ def check_token():
from resultsdb.controllers.main import main
app.register_blueprint(main)

from resultsdb.controllers.api_v1 import api as api_v1
app.register_blueprint(api_v1, url_prefix="/api/v1.0")

from resultsdb.controllers.api_v2 import api as api_v2
app.register_blueprint(api_v2, url_prefix="/api/v2.0")

Expand Down
Loading

0 comments on commit f40a832

Please sign in to comment.