aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-07 15:42:33 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-07 15:42:33 +0200
commite22e21596e941a2a071e306787c8aadb8f8b0ae4 (patch)
treedd113b8d0da364cf5cf388dfd65557eb44f49f11 /package.json
parent6831948476003527e5ac7eec0f1efa279bac2ac3 (diff)
Add cors
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index d1e714e..9ccb9bc 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,7 @@
"license": "ISC",
"dependencies": {
"@tinyhttp/app": "2.0.16",
+ "@tinyhttp/cors": "2.0.0",
"@tinyhttp/logger": "1.3.0",
"pg": "8.7.3",
"slam-types": "git://github.com/jantuomi/slam-types.git#441a72c",
@@ -25,4 +26,4 @@
"eslint": "8.8.0",
"nodemon": "2.0.15"
}
-} \ No newline at end of file
+}