ethanresnick / json-api

Turn your node app into a JSON API server (http://jsonapi.org/)
GNU Lesser General Public License v3.0
268 stars 41 forks source link

Readme points to old .js instead of .ts for Mongoose Adapter doc #133

Closed themmer closed 7 years ago

themmer commented 7 years ago

https://github.com/ethanresnick/json-api/blob/master/src/db-adapters/Mongoose/MongooseAdapter.js

to:

https://github.com/ethanresnick/json-api/blob/master/src/db-adapters/Mongoose/MongooseAdapter.ts

ethanresnick commented 7 years ago

Thanks for reporting this! Fixed now.