From 460ccf6ff28f3450d382ac7e1f809598b53ffeda Mon Sep 17 00:00:00 2001 From: Markus Hartmann Date: Fri, 6 Mar 2020 15:51:50 +0100 Subject: [PATCH] test Signed-off-by: Markus Hartmann --- goto/handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goto/handler.js b/goto/handler.js index cdda5c4..28fbc07 100644 --- a/goto/handler.js +++ b/goto/handler.js @@ -5,7 +5,7 @@ module.exports = (event, context) => { /* Use a switch statement, or look up the routes in a database * such as MongoDB, Redis or Postgres. AWS and DigitalOcean provide - * remote, managed databases that would work here and maintain + * dremote, managed databases that would work here and maintain * a connectiodn pool */ if(event.path == "/home") { redirect = "https://www.alexellis.io/";