From 9854fc99aa1cf07b33f2a1d5215cc0b5de41f1c5 Mon Sep 17 00:00:00 2001 From: Muhammed Basil Date: Sun, 18 Nov 2018 17:18:30 +0530 Subject: [PATCH] Update myApp.js --- myApp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myApp.js b/myApp.js index 8238721..42c92b8 100644 --- a/myApp.js +++ b/myApp.js @@ -40,7 +40,7 @@ var Person /* = */ -// **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