Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exchangeratesapi/exchangeratesapi
/ make_cors
Function
make_cors
exchangerates/utils.py:39–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
elif
isawaitable(response):
38
39
async
def
make_cors():
40
r = await response
41
r.headers.update(CORS_HEADERS)
42
return
r
43
44
return
make_cors()
45
return
response
Callers
1
wrap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected