Bug fixes and refactoring

This commit is contained in:
AG
2025-12-06 16:14:28 +02:00
parent 4106f3b783
commit 890f4f0958
13 changed files with 188 additions and 214 deletions

View File

@@ -1,3 +1,4 @@
import 'dotenv/config';
import express from 'express';
import cors from 'cors';
import authRoutes from './routes/auth';