added cors module

This commit is contained in:
Aljaz S
2021-11-16 22:36:33 +01:00
parent d9a5d385fb
commit adb1aaac05
2 changed files with 15 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
"start": "node index.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"qrcode": "^1.4.4"
}