diff --git a/other/default/sequence/definitions/sd01/sd01.md.tmpl b/other/default/sequence/definitions/sd01/sd01.md.tmpl index 93524ec..5784ed2 100644 --- a/other/default/sequence/definitions/sd01/sd01.md.tmpl +++ b/other/default/sequence/definitions/sd01/sd01.md.tmpl @@ -12,8 +12,8 @@ sequenceDiagram participant feature as Svc Feature participant authz as Authorisation participant log as Logger - {{ range .Apis}}participant {{ .Name }} as Svc{{ .Name }} - {{ end }} +{{ range .Apis}}participant {{ .Name }} as Svc{{ .Name }} +{{ end }} consumer->>+gateway: {{.ServicePoints}} activate consumer