add ft to migrate from cognito
This commit is contained in:
@@ -34,7 +34,7 @@ tracer = Tracer()
|
||||
logger = Logger(__name__)
|
||||
cors = CORSConfig(
|
||||
allow_origin='*',
|
||||
allow_headers=['Content-Type', 'X-Requested-With', 'Authorization', 'X-Tenant'],
|
||||
allow_headers=['Content-Type', 'X-Requested-With', 'Authorization'],
|
||||
max_age=600,
|
||||
allow_credentials=False,
|
||||
)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import os
|
||||
|
||||
USER_TABLE: str = os.getenv('USER_TABLE') # type: ignore
|
||||
COURSE_TABLE: str = os.getenv('COURSE_TABLE') # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user