all repos — litestore @ 94e13b5b5d236a10c07fce1361d759cdb9803bb2

A minimalist nosql document store.

Added Authorization to allowed headers.
h3rald h3rald@h3rald.com
Sun, 18 Nov 2018 14:18:21 +0100
commit

94e13b5b5d236a10c07fce1361d759cdb9803bb2

parent

7487ac25fbd70cdb8c7ae70a1b614502c86b9aea

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/litestorepkg/lib/types.nimsrc/litestorepkg/lib/types.nim

@@ -111,7 +111,7 @@ LS.appname = appname

TAB_HEADERS = { "Access-Control-Allow-Origin": "*", - "Access-Control-Allow-Headers": "Content-Type", + "Access-Control-Allow-Headers": "Content-Type, Authorization", "Server": LS.appname & "/" & LS.appversion }