fix: update port numbers and API endpoints for consistency across backend and frontend

This commit is contained in:
2025-08-19 23:55:13 +02:00
parent 2480bfab89
commit e1d79d2c79
7 changed files with 38 additions and 28 deletions

View File

@@ -5,7 +5,7 @@ import apiRouter from "./routes/api.js";
import apiRouterV2 from "./routes/apiV2.js";
env.config();
const app = express();
const port = 8002;
const port = 8102;
app.use(cors());
// Increase body size limits to support large CSV JSON payloads