From 48049f5add0043bd68295018379a8f9e619b6ada Mon Sep 17 00:00:00 2001 From: hippoz Date: Mon, 5 Oct 2020 00:18:41 +0300 Subject: [PATCH] add cors to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fd00f51..ec8dbf1 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "author": "", "license": "ISC", "dependencies": { + "cors": "^2.8.5", "ejs": "^3.1.5", "express": "^4.17.1", "express-fileupload": "^1.2.0",