remove subscription endpoint
This commit is contained in:
@@ -16,15 +16,6 @@ router = Router()
|
||||
dyn = DynamoDBPersistenceLayer(USER_TABLE, dynamodb_client)
|
||||
|
||||
|
||||
@router.get('/<org_id>/address')
|
||||
def address(org_id: str):
|
||||
return dyn.collection.get_item(
|
||||
KeyPair(org_id, 'METADATA#ADDRESS'),
|
||||
raise_on_error=False,
|
||||
default={},
|
||||
)
|
||||
|
||||
|
||||
class Address(BaseModel):
|
||||
model_config = ConfigDict(str_strip_whitespace=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user