Bay Area IT durch Bay Area Affilates ersetzt

This commit is contained in:
2026-05-05 15:42:34 -05:00
parent 71bcc9c040
commit fea1bd88f1
25 changed files with 644 additions and 644 deletions

View File

@@ -184,5 +184,5 @@ app.listen(port, () => {
console.warn('Amazon SES SMTP credentials are missing. /api/contact will return 503 until configured.');
}
console.log(`Bay Area IT server listening on port ${port}${apiOnly ? ' (API only)' : ''}.`);
console.log(`Bay Area Affiliates server listening on port ${port}${apiOnly ? ' (API only)' : ''}.`);
});