Contact card details

This commit is contained in:
Ian Gulliver
2024-11-22 21:14:28 -08:00
parent 43b34d1d9e
commit f261131d42
2 changed files with 80 additions and 3 deletions

View File

@@ -110,6 +110,10 @@ func (ph *PHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
var allowedEnvs = []string{
"CONTACT_PHONE",
"CONTACT_SMS",
"CONTACT_IMESSAGE",
"CONTACT_WHATSAPP",
"CONTACT_PAGE_EMAIL",
}
func (ph *PHandler) envs() map[string]string {