Allow CORS

This commit is contained in:
2022-05-03 20:27:04 +02:00
parent 87e7df5f90
commit b58a44392f
3 changed files with 38 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"@prisma/client": "^3.13.0",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"express": "^4.18.1"
}
}