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 09bb142 commit ad83f22Copy full SHA for ad83f22
services/web/server/src/simcore_service_webserver/rest/plugin.py
@@ -16,7 +16,6 @@
16
error_middleware_factory,
17
)
18
19
-from .._constants import APP_SETTINGS_KEY
20
from .._meta import API_VTAG
21
from ..security.plugin import setup_security
22
from . import _handlers
@@ -38,10 +37,6 @@ def setup_rest(app: web.Application):
38
37
39
setup_security(app)
40
41
- is_diagnostics_enabled: bool = (
42
- app[APP_SETTINGS_KEY].WEBSERVER_DIAGNOSTICS is not None
43
- )
44
-
45
spec_path = get_openapi_specs_path(api_version_dir=API_VTAG)
46
47
app[HealthCheck.__name__] = HealthCheck(app)
0 commit comments