fix cors wonkiness

This commit is contained in:
biglyderv 2025-04-20 22:44:35 -04:00
parent 46906f8900
commit 8fd7bfa6cf
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 28 additions and 4 deletions

View file

@ -1,6 +1,7 @@
{
"type": "module",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0"
}
}