stable/freqtrade/aws/headers.py
2018-06-08 21:08:20 -07:00

6 lines
168 B
Python

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