Altered indent

main
Tom Peltonen 2024-03-03 21:55:42 +11:00
parent f94a8a8e1b
commit 05228a8fbc
1 changed files with 2 additions and 2 deletions

View File

@ -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