Skip to content

Commit 44f48db

Browse files
committed
fixes tests
1 parent d486423 commit 44f48db

File tree

1 file changed

+5
-2
lines changed
  • services/web/server/src/simcore_service_webserver

1 file changed

+5
-2
lines changed

services/web/server/src/simcore_service_webserver/cli.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ def _setup_app_from_settings(
5353
return (app, config)
5454

5555

56-
async def _app_factory() -> web.Application:
57-
"""Created to launch app from gunicorn (see docker/boot.sh)"""
56+
async def app_factory() -> web.Application:
57+
"""WARNING: this is called in the entrypoint of the service. DO NOT CHAGE THE NAME!
58+
59+
Created to launch app from gunicorn (see docker/boot.sh)
60+
"""
5861
from .application import create_application_auth
5962
from .log import setup_logging
6063

0 commit comments

Comments
 (0)