feat: Enable CORS by default

Co-authored-by: gitstart <gitstart@gitstart.com>
Co-authored-by: mayomi <ayandiranmayomi@gmail.com>
Co-authored-by: amisdun <michealdunamis@gmail.com>
This commit is contained in:
gitstart
2023-04-26 12:18:59 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"nocodb": "0.97.0"
}