add cert pages
This commit is contained in:
@@ -7,11 +7,10 @@ from layercake.dynamodb import DynamoDBPersistenceLayer, KeyPair
|
||||
from boto3clients import dynamodb_client
|
||||
from config import USER_TABLE
|
||||
|
||||
from .add import router as add
|
||||
from .emails import router as emails
|
||||
from .orgs import router as orgs
|
||||
|
||||
__all__ = ['add', 'emails', 'orgs']
|
||||
__all__ = ['emails', 'orgs']
|
||||
|
||||
router = Router()
|
||||
dyn = DynamoDBPersistenceLayer(USER_TABLE, dynamodb_client)
|
||||
|
||||
Reference in New Issue
Block a user