Merge pull request #10 from TotallyCurious/glitch
Replaced GoMix with Glitch
This commit is contained in:
commit
d2d59033ef
1 changed files with 1 additions and 1 deletions
2
myApp.js
2
myApp.js
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
var Person /* = <Your Model> */
|
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
|
// 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
|
// (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
|
// in these exercises. The `done()` function is a callback that tells us that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue