-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get APP_CONFIG_KEY from parent app #219
Comments
Hi! |
ok, sure i'll do PL |
afanasevps
pushed a commit
to afanasevps/aiohttp-cors
that referenced
this issue
Jan 18, 2019
Can anyone approve PR for this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
if we use init CORS in main app not work in subapp
fix problem use config_dict https://docs.aiohttp.org/en/stable/web_reference.html#aiohttp.web.Request.config_dict
cors = request.config_dict[APP_CONFIG_KEY]
thanks!
The text was updated successfully, but these errors were encountered: