Added validation for get_domain calls

This commit is contained in:
2025-07-11 03:05:41 +02:00
parent 7fba13b550
commit 691b204512
5 changed files with 14 additions and 11 deletions

View File

@@ -30,4 +30,4 @@ defaults_service_provider:
legal:
editorial_responsible: "Johannes Gutenberg"
source_code: "https://github.com/kevinveenbirkenbach/cymais"
imprint: "{{web_protocol}}://{{ domains | get_domain('html-server') }}/imprint.html"
imprint: "{{web_protocol}}://{{ domains | get_domain('html') }}/imprint.html"