georgs6 (#34)
All checks were successful
checks-impure / test (push) Successful in 31s
checks / test (push) Successful in 1m14s
assets1 / test (push) Successful in 21s

Reviewed-on: #34
This commit was merged in pull request #34.
This commit is contained in:
Georg-Stahn
2023-12-04 22:45:33 +01:00
parent 171582e2e7
commit f7cf1ff2b2

View File

@@ -178,7 +178,7 @@ def get_attached_entities(
return entities
@router.get("/api/v1/detach")
@router.post("/api/v1/detach")
async def detach(
background_tasks: BackgroundTasks,
entity_did: str = "did:sov:test:1234",
@@ -192,7 +192,7 @@ async def detach(
return {"message": "Detaching in the background"}
@router.get("/api/v1/attach")
@router.post("/api/v1/attach")
async def attach(
background_tasks: BackgroundTasks,
entity_did: str = "did:sov:test:1234",