diff --git a/views/data.py b/views/data.py index 8ed403e..f43853e 100644 --- a/views/data.py +++ b/views/data.py @@ -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):