From 08a0576b0f4078af62928b727027dbeb6f4552b7 Mon Sep 17 00:00:00 2001 From: "Glitch (walnut-whispering-gold)" Date: Thu, 2 Jun 2022 15:55:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=BD=F0=9F=8D=94=20Updated=20with=20Gli?= =?UTF-8?q?tch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.js | 4 ++++ views/index.html | 3 +++ 2 files changed, 7 insertions(+) diff --git a/server.js b/server.js index b9eceed..2e0a391 100644 --- a/server.js +++ b/server.js @@ -42,6 +42,10 @@ app.get('/mcgrealife', function(request, response) { response.send('dreams of seeing dynamic lists augmented on reality walls 🤓'); }); +app.get('/gorilinos', function(request, response) { + response.send('I will be the Pirate King! '); +}); + // listen for requests :) const listener = app.listen(process.env.PORT, function() { console.log('Your app is listening on port ' + listener.address().port); diff --git a/views/index.html b/views/index.html index 8eb163c..b44c61d 100644 --- a/views/index.html +++ b/views/index.html @@ -56,6 +56,9 @@

  • mcgrealife
  • +
  • + gorilinos +