Skip to content

Commit 04e537f

Browse files
committed
enables trash plugin
1 parent 026ffb5 commit 04e537f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
from .studies_dispatcher.plugin import setup_studies_dispatcher
5050
from .tags.plugin import setup_tags
5151
from .tracing import setup_app_tracing
52+
from .trash.plugin import setup_trash
5253
from .users.plugin import setup_users
5354
from .version_control.plugin import setup_version_control
5455
from .wallets.plugin import setup_wallets
@@ -143,6 +144,9 @@ def create_application() -> web.Application:
143144
# licenses
144145
setup_licenses(app)
145146

147+
# trash add-on
148+
setup_trash(app)
149+
146150
# tagging
147151
setup_scicrunch(app)
148152
setup_tags(app)

0 commit comments

Comments
 (0)