Streaming: use standard cors package instead of custom implementation (#28523)

This commit is contained in:
Emelia Smith 2024-01-04 10:18:03 +01:00 committed by GitHub
parent 9c268c9413
commit 9826b7780a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 16 deletions

View file

@ -16,6 +16,7 @@
"check:types": "tsc --noEmit"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"ioredis": "^5.3.2",
@ -28,6 +29,7 @@
"ws": "^8.12.1"
},
"devDependencies": {
"@types/cors": "^2.8.16",
"@types/express": "^4.17.17",
"@types/npmlog": "^7.0.0",
"@types/pg": "^8.6.6",