diff --git a/go/config.py b/go/config.py index 19ecd2c50..7c7913e9e 100644 --- a/go/config.py +++ b/go/config.py @@ -136,6 +136,10 @@ def get_router_definition(router_type, router=None): 'namespace': 'keyword', 'display_name': 'Keyword', }, + 'go.routers.app_multiplexer': { + 'namespace': 'app_multiplexer', + 'display_name': 'Application Multiplexer', + }, } _VUMI_OBSOLETE_ROUTERS = [ diff --git a/go/router/templates/router/edit.html b/go/router/templates/router/edit.html index 8c3f3f5c3..36697fa17 100644 --- a/go/router/templates/router/edit.html +++ b/go/router/templates/router/edit.html @@ -23,6 +23,9 @@