0.0.11 • Published 6 years ago

ndx-cors v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

ndx-cors

adds cors support to your ndx-framework apps

install with
npm install --save ndx-cors

what it does

ndx-cors provides the correct headers for cross origin resource sharing to all /api and /auth routes

example

make sure you .use ndx-cors before everything else

src/server/app.coffee

require 'ndx-server'
.config
  database: 'db'
.use 'ndx-cors'
.start()
0.0.11

6 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago