UNPKG

@nova-ts/core

Version:

A serverside framework used to build scalable application

23 lines (21 loc) 455 B
import { NovaRouteBinder } from "./chunk-Y6IQNULG.js"; // src/Factory/NovaHttpFactory.ts var NovaHttpFactory = class { constructor(app) { this.app = app; } /** * Initializes all controller routes and registers them into the Express application. * */ initializeRoute() { const binder = new NovaRouteBinder(this.app); binder.bindAllControllers(); } }; export { NovaHttpFactory }; //# sourceMappingURL=chunk-NFKNGA3O.js.map