Files
API/package.json
Zombori Péter 39f93a64a7 Cors
Beállítottam a cors-t
2025-10-13 01:10:52 +02:00

17 lines
355 B
JSON

{
"name": "telefonkonyv-api",
"version": "1.0.0",
"description": "Telefonkönyv API (Express + MariaDB)",
"main": "api.js",
"type": "module",
"scripts": {
"start": "node api.js",
"dev": "node --watch api.js"
},
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mysql2": "^3.11.3",
"cors": "^2.8.5"
}
}