6 lines
168 B
Python
6 lines
168 B
Python
# Defined the default HTTP headers for function responses
|
|
|
|
__HTTP_HEADERS__ = {
|
|
'Access-Control-Allow-Origin' : '*',
|
|
'Access-Control-Allow-Credentials' : True
|
|
} |