Update myApp.js

This commit is contained in:
Muhammed Basil 2018-11-18 17:18:30 +05:30 committed by GitHub
parent a752c5a4c5
commit 9854fc99aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@
var Person /* = <Your Model> */
// **Note**: GoMix is a real server, and in real servers interactions with
// **Note**: Glitch is a real server, and in real servers interactions with
// the db are placed in handler functions, to be called when some event happens
// (e.g. someone hits an endpoint on your API). We'll follow the same approach
// in these exercises. The `done()` function is a callback that tells us that