Fix broken email icon by updating old domain references to myhoneydue.com
The email icon URL was pointing to honeyDue.treytartt.com which now returns 404. Updated to api.myhoneydue.com along with BASE_URL, FROM_EMAIL, and CORS defaults. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -259,8 +259,9 @@ func corsMiddleware(cfg *config.Config) echo.MiddlewareFunc {
|
||||
if len(origins) == 0 {
|
||||
// Restrictive default: only the known production domains
|
||||
origins = []string{
|
||||
"https://honeyDue.treytartt.com",
|
||||
"https://honeyDue.treytartt.com",
|
||||
"https://api.myhoneydue.com",
|
||||
"https://myhoneydue.com",
|
||||
"https://admin.myhoneydue.com",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user