1.0.0 • Published 6 years ago

poom-route v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

poom-route

A plugin helps route request for poom

Install

npm i poom-route -S

Examples

Javascript

const poom = require("poom");
const poomRoute = require("poom-route");

poom.Server.use(poomRoute.route(path.join(__dirname, 'path to folder which contains controller classes')));
1.0.0

6 years ago

0.0.1

7 years ago