Skip to content

Commit

Permalink
Merge f19ed97 into d3e0ee9
Browse files Browse the repository at this point in the history
  • Loading branch information
afontainec committed Jul 13, 2019
2 parents d3e0ee9 + f19ed97 commit b31c6e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/clitutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,14 @@ $ knex migrate:latest
```
<br/>

Last, but not least, add the following lines to the app.js
Last, but not least, i the app.js file, right after these lines:

```javascript
app.use('/', routes);
app.use('/users', users);
```

add the following:

```javascript
var coffee = require('./routes/coffee');
Expand Down
2 changes: 1 addition & 1 deletion example/views/create.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

</table>

</from>
</form>
</body>
</html>

0 comments on commit b31c6e6

Please sign in to comment.