File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
services/web/server/src/simcore_service_webserver/catalog Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010from models_library .api_schemas_webserver .catalog import CatalogServiceGet
1111from models_library .generics import Envelope
1212from simcore_service_webserver ._meta import API_VTAG
13- from simcore_service_webserver .catalog ._controller_rest_tags_handlers import (
13+ from simcore_service_webserver .catalog ._controller_rest_tags import (
1414 ServicePathParams ,
1515 ServiceTagPathParams ,
1616)
File renamed without changes.
Original file line number Diff line number Diff line change 66from pint import UnitRegistry
77from servicelib .aiohttp .application_setup import ModuleCategory , app_module_setup
88
9- from . import _controller_rest , _controller_rest_tags_handlers
9+ from . import _controller_rest , _controller_rest_tags
1010
1111_logger = logging .getLogger (__name__ )
1212
@@ -26,7 +26,7 @@ def setup_catalog(app: web.Application):
2626 )
2727
2828 app .add_routes (_controller_rest .routes )
29- app .add_routes (_controller_rest_tags_handlers .routes )
29+ app .add_routes (_controller_rest_tags .routes )
3030
3131 # prepares units registry
3232 app [UnitRegistry .__name__ ] = UnitRegistry ()
You can’t perform that action at this time.
0 commit comments