Deimplement OSINT+ search

This commit is contained in:
2026-03-12 22:28:33 +00:00
parent 6ceff63b71
commit 12e02ac7ec
13 changed files with 97 additions and 1082 deletions

View File

@@ -582,11 +582,6 @@ urlpatterns = [
ais.AIList.as_view(),
name="ais",
),
path(
"search/<str:type>/",
osint.OSINTSearch.as_view(),
name="osint_search",
),
path(
"osint/workspace/",
osint.OSINTWorkspace.as_view(),