We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948595a commit 0fdfd23Copy full SHA for 0fdfd23
src/http_app/dependencies.py
@@ -0,0 +1,6 @@
1
+from common import AppConfig
2
+from http_app import context
3
+
4
5
+def app_config() -> AppConfig:
6
+ return context.app_config.get()
0 commit comments