Created
June 2, 2014 17:00
-
-
Save navarroaxel/d66e62c3b8281bb2c038 to your computer and use it in GitHub Desktop.
Setting up an express app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var app = require('express')(); | |
| app.use('/users', require('./routes/users')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment