Skip to content
Scott Erickson edited this page Mar 11, 2016 · 1 revision

Problem

You want to add a route to the server

Solution

Add an express route to index.coffee. Construct it with middleware. Make sure to test your endpoint.

Resources

Clone this wiki locally