No route without parts
This commit is contained in:
@@ -12,6 +12,6 @@
|
|||||||
}
|
}
|
||||||
{% elif 'api' in routes %}
|
{% elif 'api' in routes %}
|
||||||
reverse_proxy {{ dash }}-api:8080
|
reverse_proxy {{ dash }}-api:8080
|
||||||
{% else %}
|
{% elif 'frontend' in routes %}
|
||||||
reverse_proxy {{ dash }}-frontend:3000
|
reverse_proxy {{ dash }}-frontend:3000
|
||||||
{% endif %}}
|
{% endif %}}
|
||||||
|
|||||||
Reference in New Issue
Block a user