1 Commits
Author SHA1 Message Date
hh 26cf4c1f1f No route without parts 2026-09-08 20:08:58 +02:00
+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 %}}