Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 298 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 298 Bytes

redirectApp

A simple app that redirects from its /redirect endpoint to its /index one, with a new query string

  1. Install dependencies with npm install
  2. Run (on OS X/Linux) with DEBUG=myapp:* npm start

Created using Express Generator