fix: const app = express() nach db.init() wieder einfügen (war versehentlich entfernt)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,6 +24,9 @@ const { csrfMiddleware } = require('./middleware/csrf');
|
|||||||
const googleCalendar = require('./services/google-calendar');
|
const googleCalendar = require('./services/google-calendar');
|
||||||
const appleCalendar = require('./services/apple-calendar');
|
const appleCalendar = require('./services/apple-calendar');
|
||||||
|
|
||||||
|
const app = express();
|
||||||
|
const PORT = process.env.PORT || 3000;
|
||||||
|
|
||||||
// --------------------------------------------------------
|
// --------------------------------------------------------
|
||||||
// Security-Middleware
|
// Security-Middleware
|
||||||
// --------------------------------------------------------
|
// --------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user