lenivene / express-group-routes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EXPRESS GROUP ROUTES

Simple way to group your routes in Express.

Getting Started

First install the package

yarn add git@github.com:lenivene/express-group-routes.git

If you want to prefix all routes with a certain URL you can use the group method as following:

import express from "express";
import "@lenivene/express-group-routes";

About


Languages

Language:TypeScript 100.0%