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 583fb76 commit 032d188Copy full SHA for 032d188
services/web/server/src/simcore_service_webserver/cli.py
@@ -53,7 +53,7 @@ def _setup_app_from_settings(
53
return (app, config)
54
55
56
-async def app_factory() -> web.Application:
+async def _app_factory() -> web.Application:
57
"""Created to launch app from gunicorn (see docker/boot.sh)"""
58
from .application import create_application_auth
59
from .log import setup_logging
0 commit comments