1.0.0 • Published 5 years ago

cruding v1.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
5 years ago

Installation

npm install --save node-crud

Objec to pass

const APIs = [
  {
    route: 'user',
    methods: ['post'],
    controller: 'user',
  },
];
1.0.0

5 years ago