Skip to content

Commit 128d7a5

Browse files
committed
unmark as dev-feature
1 parent 403186c commit 128d7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ class ApplicationSettings(BaseApplicationSettings, MixinLoggingSettings):
108108
WEBSERVER_FUNCTIONS: Annotated[
109109
bool,
110110
Field(
111-
json_schema_extra={_X_FEATURE_UNDER_DEVELOPMENT: True},
111+
description="Metamodeling functions plugin",
112112
),
113-
] = True
113+
] = False
114114

115115
WEBSERVER_LOGLEVEL: Annotated[
116116
LogLevel,

0 commit comments

Comments
 (0)