No route without parts

This commit is contained in:
hh
2026-09-08 20:08:58 +02:00
parent 02ae0764a4
commit 26cf4c1f1f
+1 -1
View File
@@ -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 %}}