diff --git a/backend/app/app/api/api_v1/endpoints/node.py b/backend/app/app/api/api_v1/endpoints/node.py index 89f4890..7904e78 100755 --- a/backend/app/app/api/api_v1/endpoints/node.py +++ b/backend/app/app/api/api_v1/endpoints/node.py @@ -398,7 +398,7 @@ async def refresh_plugins( @router.post("/") -async def create_entity( +async def create_entity_on_drop( hid: Annotated[str, Depends(deps.get_graph_id)], user: Annotated[schemas.User, Depends(deps.get_user_from_session)], create_node: schemas.CreateNode, diff --git a/backend/dev-requirements.txt b/backend/dev-requirements.txt index aac72f1..6e03f8c 100755 --- a/backend/dev-requirements.txt +++ b/backend/dev-requirements.txt @@ -11,7 +11,7 @@ grequests==0.6.0 httptools==0.5.0 langdetect==1.0.9 openapi-schema-pydantic==1.2.4 -# osintbuddy==0.0.4 +osintbuddy==0.0.4rc51.post1 itsdangerous==2.1.2 passlib==1.7.4 psycopg2-binary==2.9.6 diff --git a/backend/requirements.txt b/backend/requirements.txt index d2c542e..06999a9 100755 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ grequests==0.6.0 httptools==0.5.0 langdetect==1.0.9 openapi-schema-pydantic==1.2.4 -# osintbuddy==0.0.4 +osintbuddy==0.0.4rc51.post1 itsdangerous==2.1.2 passlib==1.7.4 psycopg2-binary==2.9.6