1.0.0 • Published 5 years ago

poom-route v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

0.0.1

6 years ago