Skip to content

Commit

Permalink
Remove route to deprecated find-data page
Browse files Browse the repository at this point in the history
Remove the route in views, to the deprecated find-data page. This is
related to: 8848896
  • Loading branch information
clnsmth committed Jun 14, 2024
1 parent c659690 commit 0ca99a7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions views/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ def publish(request: Request):
return vm.to_dict()


@router.get('/data/find-data')
@template("data/find-data.html")
def find(request: Request):
vm = ViewModelBase(request, "Find Data")
return vm.to_dict()


@router.get('/data/tombstone')
@template("data/tombstone.html")
def find(request: Request):
Expand Down

0 comments on commit 0ca99a7

Please sign in to comment.