refactor(email): improve code formatting and error handling in email route
This commit is contained in:
@@ -11,7 +11,7 @@ interface ProjectsData {
|
||||
|
||||
export const runtime = "nodejs"; // Force Node runtime
|
||||
|
||||
const GHOST_API_URL = "http://172.21.0.3:2368";
|
||||
const GHOST_API_URL = "http://192.168.179.31:2368";
|
||||
const GHOST_API_KEY = process.env.GHOST_API_KEY;
|
||||
|
||||
// Funktion, um die XML für die Sitemap zu generieren
|
||||
|
||||
Reference in New Issue
Block a user