dereklseitz 0b48a79bec fix: Resolve TypeError by correcting module dependency injection
This commit fixes a TypeError that occurred because the contactRoutes
module was being initialized before the contactController module.

The fix involves:
- Swapping the initialization order in server.js so the contactController is
  initialized before contactRoutes.
- Modifying contactRoutes.js to accept the initialized contactController
  as a dependency, rather than requiring it on its own.
2025-08-17 17:59:44 -05:00
2025-08-17 16:15:18 +00:00

dlseitz.dev-backend

Backend server application and modules for https://dlseitz.dev

Description
Backend server application and modules for https://dlseitz.dev
https://dlseitz.dev
Readme 127 KiB
Languages
JavaScript 100%