0.0.11 • Published 7 years ago

ndx-cors v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago