carlosazaustre / node-api-rest-example

An example how to use Node to make a REST API
102 stars 84 forks source link

Error in app.use('/api', tvshows); #3

Open jaimecorrea opened 8 years ago

jaimecorrea commented 8 years ago

It shouldn't be '/api' as the route is '/tvshows'... It works for me with app.use(tvshows);