UNPKG

devlien

Version:

Devlien is a lightweight, zero-dependency Node.js framework with clean MVC structure, built-in ORM, and intuitive routing for rapid backend development.

8 lines (6 loc) 130 B
export default class ServiceProvider { ROUTE_SERVICE = []; route(route){ this.ROUTE_SERVICE.push(route); } }