diff --git a/config.smoke.yaml b/config.smoke.yaml index 5fd352d..8f12c99 100644 --- a/config.smoke.yaml +++ b/config.smoke.yaml @@ -58,14 +58,14 @@ routes: - type: string.create params: template: "hello" - - type: router.output + - type: module.output params: module: wsecho - type: string.encode - - type: router.output + - type: module.output params: module: tcpout - - type: router.output + - type: module.output params: module: udpout - input: ticker @@ -105,7 +105,7 @@ routes: params: subject: "test" payload: "hello" - - type: router.output + - type: module.output params: module: natsout diff --git a/config.yaml b/config.yaml index 4616f69..63feaf9 100644 --- a/config.yaml +++ b/config.yaml @@ -18,6 +18,6 @@ routes: params: address: "{{.Payload.URL.Path}}" - type: osc.message.encode - - type: router.output + - type: module.output params: module: udp