Merge pull request #10 from TotallyCurious/glitch

Replaced GoMix with Glitch
This commit is contained in:
Huyen Nguyen 2019-06-24 17:33:56 +07:00 committed by GitHub
commit d2d59033ef
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