aboutsummaryrefslogtreecommitdiffstats
path: root/config/cors.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-09-05 11:22:49 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-09-05 11:22:49 +0200
commit29b8334b060dc0c05a509d523ead4b3a30229fef (patch)
tree4dbfcfb90a3eff31acd219b27557bbdc594f589f /config/cors.js
parentAdd cookie notice to login page (diff)
downloadferdium-server-29b8334b060dc0c05a509d523ead4b3a30229fef.tar.gz
ferdium-server-29b8334b060dc0c05a509d523ead4b3a30229fef.tar.zst
ferdium-server-29b8334b060dc0c05a509d523ead4b3a30229fef.zip
Add eslint
Diffstat (limited to 'config/cors.js')
-rw-r--r--config/cors.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/cors.js b/config/cors.js
index ffc1951..7ebbe3f 100644
--- a/config/cors.js
+++ b/config/cors.js
@@ -1,4 +1,3 @@
1'use strict'
2 1
3module.exports = { 2module.exports = {
4 /* 3 /*
@@ -83,5 +82,5 @@ module.exports = {
83 | Define Access-Control-Allow-Max-Age 82 | Define Access-Control-Allow-Max-Age
84 | 83 |
85 */ 84 */
86 maxAge: 90 85 maxAge: 90,
87} 86};