Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion goto/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
Expand Down