Fix the group syntax
This commit is contained in:
parent
c8f2f77064
commit
8b7bacb4f0
|
@ -128,7 +128,7 @@ proxy:
|
|||
{% endif %}
|
||||
{% if app.groups is defined %}
|
||||
|
||||
groups: {{ app.groups }}
|
||||
groups: [{{ app.groups }}]
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue