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 @@